test failure is not noticed
This commit is contained in:
parent
89ff9dd5ac
commit
b1e2c4ce72
@ -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…
Reference in New Issue
Block a user