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 <[email protected]>
This commit is contained in:
Gilles Peskine
2022-12-15 15:22:13 +01:00
parent 4b3806eb46
commit 5898796480
+1 -1
View File
@@ -833,7 +833,7 @@ component_check_test_cases () {
else
opt=''
fi
tests/scripts/check_test_cases.py $opt
tests/scripts/check_test_cases.py -q $opt
unset opt
}