Skip to content

Commit f3c71ca

Browse files
committed
Fail build.py if unittests fail
1 parent c9c4b91 commit f3c71ca

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
@@ -1444,7 +1444,7 @@ def cmd_test(options, args, tests=None):
14441444
# otherwise, run only the test modules given
14451445
cmd += ' '.join(tests)
14461446

1447-
runcmd(cmd, fatal=False)
1447+
runcmd(cmd)
14481448

14491449

14501450

0 commit comments

Comments
 (0)