add --quiet to test_runner.py, replicates bitcoin#10105

Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-06-18 01:24:59 -05:00
parent 22c4cd7b09
commit 73a5d9bfdd
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -17,4 +17,4 @@ export LD_LIBRARY_PATH=$BUILD_DIR/depends/$HOST/lib
cd build-ci/dashcore-$BUILD_TARGET
./test/functional/test_runner.py --coverage $PASS_ARGS
./test/functional/test_runner.py --coverage --quiet $PASS_ARGS