commit | 8ee18d3787d4be1935196cc26164313d9702c65a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Dec 21 09:42:59 2022 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 21 09:42:59 2022 +0100 |
tree | c68fe96e720d96354704506a2827c6cc87cdd379 | |
parent | 97a85fe110c3acf3059583e39514d957002efcd7 [diff] | |
parent | 5898796480a8b9577a4a2c0a4034485ac64710a1 [diff] |
Merge pull request #6798 from gilles-peskine-arm/check_test_cases-quiet_ci-2.28 Hide check_test_cases warnings on the CI
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 }