test failure is not noticed
This commit is contained in:
parent
e4b0286a25
commit
7ecaff8c5d
@ -58,4 +58,5 @@ shutil.copy(os.path.join(
|
||||
'zlib.dll'), '.')
|
||||
|
||||
testCommand = '{} {}'.format(testBinary, os.getenv('TEST', ''))
|
||||
os.system(testCommand)
|
||||
ret = os.system(testCommand)
|
||||
assert ret == 0, 'Test command failed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user