libretro-buildbot-recipe.sh: Use the RECIPE name for the log files.

This commit is contained in:
orbea 2017-12-05 14:34:35 -08:00
parent 9eefe27c88
commit 8db271c929

View File

@ -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