mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
fix RA logging again...
This commit is contained in:
parent
13f9ce1b78
commit
d34eac08e9
@ -1271,7 +1271,7 @@ then
|
||||
then
|
||||
MESSAGE="retroarch build successful ($jobid)"
|
||||
echo $MESSAGE
|
||||
buildbot_log $MESSAGE
|
||||
buildbot_log "$MESSAGE"
|
||||
|
||||
echo "Packaging"
|
||||
echo ============================================
|
||||
@ -1331,7 +1331,7 @@ EOF
|
||||
else
|
||||
MESSAGE="retroarch build failed ($jobid)"
|
||||
echo $MESSAGE
|
||||
buildbot_log $MESSAGE
|
||||
buildbot_log "$MESSAGE"
|
||||
fi
|
||||
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user