Skip to content

Commit 40c7aca

Browse files
committed
run as versbose
1 parent 9fbe168 commit 40c7aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function run_tests()
2121
addpath(genpath(folder_to_cover));
2222

2323
if ispc
24-
success = moxunit_runtests(test_folder);
25-
24+
success = moxunit_runtests(test_folder, '-verbose');
25+
2626
else
2727
success = moxunit_runtests(test_folder, ...
2828
'-verbose', '-recursive', '-with_coverage', ...

0 commit comments

Comments
 (0)