fix assert
This commit is contained in:
parent
9c9efac181
commit
4d0784dbd9
@ -124,6 +124,6 @@ def test_fc():
|
|||||||
def test_fc_openblas():
|
def test_fc_openblas():
|
||||||
if sys.platform != 'win32':
|
if sys.platform != 'win32':
|
||||||
stdout, stderr = configure_build_and_exe('fc_openblas', 'python setup.py --fc=gfortran --blas=auto')
|
stdout, stderr = configure_build_and_exe('fc_openblas', 'python setup.py --fc=gfortran --blas=auto')
|
||||||
assert 'dgemm_test done'
|
assert 'dgemm_test done' in stdout
|
||||||
else:
|
else:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user