catch stderr earlier
This commit is contained in:
parent
1cee0e6798
commit
14588a7681
@ -107,8 +107,10 @@ def configure_build_and_exe(name, setup_command, launcher=None):
|
|||||||
os.chdir(os.path.join(HERE, name, 'build-%s' % stamp))
|
os.chdir(os.path.join(HERE, name, 'build-%s' % stamp))
|
||||||
|
|
||||||
stdout, stderr = exe(make_command)
|
stdout, stderr = exe(make_command)
|
||||||
|
assert stderr == ''
|
||||||
|
|
||||||
stdout, stderr = exe(binary)
|
stdout, stderr = exe(binary)
|
||||||
|
assert stderr == ''
|
||||||
|
|
||||||
assert 'PASSED' in stdout
|
assert 'PASSED' in stdout
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user