mirror of
https://github.com/libretro/libretro-super
synced 2025-02-04 06:40:06 +00:00
Merge pull request #634 from orbea/logs
libretro-buildbot-recipe.sh: Use the RECIPE name for the log files.
This commit is contained in:
commit
ea864899d5
@ -892,7 +892,7 @@ if [ "${RA}" = "YES" ]; then
|
||||
ENTRY_ID="$(curl -X POST -d type="start" -d master_log="$MASTER_LOG_ID" -d platform="$jobid" -d name="retroarch" http://buildbot.fiveforty.net/build_entry/)"
|
||||
fi
|
||||
|
||||
LOGFILE="$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log"
|
||||
LOGFILE="$TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${RECIPE##*/}.log"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user