Merge pull request #614 from orbea/logs

libretro-buildbot-recipe.sh: Fix android logs.
This commit is contained in:
Andrés 2017-11-23 19:37:17 -05:00 committed by GitHub
commit ec2f64b4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ EOF
fi fi
RET=$? RET=$?
buildbot_handle_message "$RET" "$ENTRY_ID" "retroarch" "$jobid" "$ERROR" buildbot_handle_message "$RET" "$ENTRY_ID" "retroarch" "$jobid" "$LOGFILE"
if [ $RET -eq 0 ]; then if [ $RET -eq 0 ]; then
touch $TMPDIR/built-frontend touch $TMPDIR/built-frontend