From 53edfd833a1cb51eb6074b52cbaf5f6a5aa0565c Mon Sep 17 00:00:00 2001 From: radius Date: Wed, 21 Oct 2015 10:45:05 -0500 Subject: [PATCH] update RA 3ds logging --- libretro-buildbot-recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 3014eeb9..1d2817ba 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1801,7 +1801,7 @@ if [ "${PLATFORM}" == "ctr" ] && [ "${RA}" == "YES" ]; then cp -v $RARCH_DIST_DIR/*.a . #ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ctr." $2 }' |sh - JOBS=1 sh ./dist-cores.sh ctr 2>&1 > $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log + JOBS=1 sh ./dist-cores.sh ctr &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log 2>&1 if [ $? -eq 0 ]; then MESSAGE="retroarch build succeeded [$jobid]" echo $MESSAGE