commit | 5898796480a8b9577a4a2c0a4034485ac64710a1 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 15 14:46:31 2022 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 15 15:22:13 2022 +0100 |
tree | c9519acc6e1127dd2e31153abe1d2561d4eefe98 | |
parent | 4b3806eb46f809cb08902f6943bc9f13bae2bacb [diff] |
Hide check_test_cases warnings on the CI We aren't paying attention to the warnings. So hide them and save log size. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index ba37e33..1a2b10a 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -833,7 +833,7 @@ else opt='' fi - tests/scripts/check_test_cases.py $opt + tests/scripts/check_test_cases.py -q $opt unset opt }