Skip to content

Commit bf5d8b7

Browse files
committed
Fail build.py if unittests fail
1 parent f24cf55 commit bf5d8b7

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)