run in quiet mode
This commit is contained in:
parent
1211211f98
commit
8f84146948
1 changed files with 3 additions and 1 deletions
|
@ -8,10 +8,12 @@ failures=$((failures+$?))
|
|||
|
||||
echo "*** Running C++ tests..."
|
||||
for FILE in tests/cpp_tests/*-bin; do
|
||||
${FILE};
|
||||
${FILE} -q;
|
||||
failures=$((failures+$?))
|
||||
done
|
||||
|
||||
echo
|
||||
|
||||
echo "*** Running python tests..."
|
||||
python tests/run_tests.py -q
|
||||
failures=$((failures+$?))
|
||||
|
|
Loading…
Add table
Reference in a new issue