summaryrefslogtreecommitdiff
path: root/abe-bisect-helper.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 18:04:45 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-12-15 18:04:45 +0100
commit37dd8ccf1bab3df7385f7047110be5ce6148fa07 (patch)
treea1d429ea67295e7550db8490657654878a33c663 /abe-bisect-helper.sh
parent3992270cb215600525578d07e88999ce3d22dd0e (diff)
abe-bisect-helper.sh: redirect abe build logs.
To avoid filling Jenkins' console. Change-Id: Idebbc425f2418a29e749f6853b4504d3349248ff
Diffstat (limited to 'abe-bisect-helper.sh')
-rwxr-xr-xabe-bisect-helper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abe-bisect-helper.sh b/abe-bisect-helper.sh
index b42d3dc8..e4e97875 100755
--- a/abe-bisect-helper.sh
+++ b/abe-bisect-helper.sh
@@ -33,7 +33,7 @@ echo AT `date` BISECT TRYING: ${REV}
set -x
cd ${RUNDIR}
-${ABE}/abe.sh --target ${TARGET} gcc=gcc.git@${REV} --set runtestflags="${EXP}=${TESTNAME}" --build all --check gcc --excludecheck gdb
+${ABE}/abe.sh --target ${TARGET} gcc=gcc.git@${REV} --set runtestflags="${EXP}=${TESTNAME}" --build all --check gcc --excludecheck gdb >& gcc-${REV}.log
[ $? -ne 0 ] && exit 125
sums=`find builds/*/${TARGET}/gcc.git~master_rev_${REV}-stage2/ -name "*.sum"`