From 031114d6ec2550ad0a297e6a7c3b18ddba8dd9a9 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 15 Dec 2022 14:46:31 +0100 Subject: [PATCH] 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 --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index cc630cef00..de5fb755a2 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -870,7 +870,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 # Check that no tests are explicitely disabled when USE_PSA_CRYPTO is set