Make component_check_test_cases more -q frienly

Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
Manuel Pégourié-Gonnard
2020-06-02 11:52:14 +02:00
parent dfb114a843
commit a9119167e0
+6 -1
View File
@@ -675,7 +675,12 @@ component_check_names () {
component_check_test_cases () {
msg "Check: test case descriptions" # < 1s
record_status tests/scripts/check-test-cases.py
if [ $QUIET -eq 1 ]; then
OPT='--quiet'
else
OPT=''
fi
record_status tests/scripts/check-test-cases.py $OPT
}
component_check_doxygen_warnings () {