summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2020-02-14 13:45:57 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2020-02-18 14:12:27 +0000
commitba03ff8ab02f3754c40c2eefff21bdd5b3fee1bc (patch)
treef1cd8b7b94dcfdcfc552ecc7bed38c127ea2445b /tcwg_gnu-build.sh
parentb8d32cdee5ac1f71f84c5abf86708ad5cca8fbd3 (diff)
Round-robin scripts: improve regression email contents
When a regression occurs after the build phase, don't include harmless errors from the the build stage, and provide info from the test phase. Change-Id: I75ce76e81ecbda4492bb49e7d765c25cac599f12
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index de63badd..a176c337 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -102,7 +102,7 @@ no_regression_p ()
fi
local res
- gcc/contrib/compare_tests $sumfiles_base $sumfiles_new &
+ gcc/contrib/compare_tests $sumfiles_base $sumfiles_new | tee $new_artifacts/regressions.txt &
res=0 && wait $! || res=$?
if [ $res -ne 0 ]; then