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