Skip to content

Commit 2e3f23d

Browse files
committed
Show tests as they run
Makes it quicker to know which one failed and the later fault injection does 2k lines of output anyway so no need to economise
1 parent 5b9bebf commit 2e3f23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
if [ $# = 0 ]
77
then
8-
args="-m apsw.tests -f"
8+
args="-m apsw.tests -vf"
99
else
1010
args="$@"
1111
fi

0 commit comments

Comments
 (0)