fix assert

This commit is contained in:
Radovan Bast 2015-07-16 10:24:33 +02:00
parent 9c9efac181
commit 4d0784dbd9

View File

@ -124,6 +124,6 @@ def test_fc():
def test_fc_openblas():
if sys.platform != 'win32':
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:
pass