summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-06-02 14:42:35 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2023-06-05 07:31:50 +0000
commit27c2211bf19928952e58aa89974e026042505598 (patch)
treefeec5ec8140c13952cb4fa1f2c7770e059641917 /tcwg_gnu-build.sh
parent680380896c3caec439ee07af0bdbd2d956d396be (diff)
tcwg_gnu-build.sh: Decrease validate_failures.py verbosity to 2
so that we get less verbose notifications, thus removing lines like: Manifest: /..../sumfiles/xfails.xfail Getting actual results from build directory /..... /.../gcc.sum [..] Change-Id: I07a6781955c99df61535dc59b970e9a9c9269680
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 78bb9204..8fa96a37 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -212,7 +212,8 @@ no_regression_p ()
# Use xfail list generated by "build_abe check_FOO".
local xfails="$run_step_top_artifacts/sumfiles/xfails.xfail"
- "$validate_failures" --manifest="$xfails" --build_dir=$sumfiles_new \
+ "$validate_failures" --manifest="$xfails" \
+ --build_dir=$sumfiles_new --verbosity=2 \
| tee $run_step_artifacts/results.compare &
res=0 && wait $! || res=$?