Skip to content

Commit 26d85e5

Browse files
committed
Fail build.py if unittests fail
1 parent c735136 commit 26d85e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ def cmd_test(options, args, tests=None):
14921492
# otherwise, run only the test modules given
14931493
cmd += ' '.join(tests)
14941494

1495-
runcmd(cmd, fatal=False)
1495+
runcmd(cmd)
14961496

14971497

14981498

0 commit comments

Comments
 (0)