Skip to content

Commit 73a5d9b

Browse files
add --quiet to test_runner.py, replicates bitcoin#10105
Signed-off-by: Pasta <pasta@dashboost.org>
1 parent 22c4cd7 commit 73a5d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_integrationtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export LD_LIBRARY_PATH=$BUILD_DIR/depends/$HOST/lib
1717

1818
cd build-ci/dashcore-$BUILD_TARGET
1919

20-
./test/functional/test_runner.py --coverage $PASS_ARGS
20+
./test/functional/test_runner.py --coverage --quiet $PASS_ARGS

0 commit comments

Comments
 (0)