Skip to content

Commit 72f83ca

Browse files
1ethanhansenErikSchierboom
authored andcommitted
fix: make testing more verbose with -stats (exercism#37) (fixes exercism#12)
1 parent c9741d1 commit 72f83ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ for practice_exercise_dir in ./exercises/practice/*/; do
3939
# copy test v file
4040
cp "${practice_exercise_dir}run_test.v" "temp/run_test.v"
4141
# run tests in tmp directory
42-
v run temp/run_test.v
42+
v -stats test temp/run_test.v
4343
# clear tmp directory
4444
rm -rf ./temp
4545
fi

0 commit comments

Comments
 (0)