You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing galario manually and have been following the nice instructions on the wiki. I ran ctest -V --output-on-failure as instructed after building but got the following error message when test #3 fails:
Test command: /home/kgourdji/packages/galario/build/python/py.test.sh "/home/kgourdji/packages/galario/build/python_package/tests/test_galario.py" "--cov=./" 3: Test timeout computed to be: 10000000 3: ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] 3: __main__.py: error: unrecognized arguments: --cov=./
I ran the test manually though and it passed fine.
The text was updated successfully, but these errors were encountered:
Hi,
I'm installing galario manually and have been following the nice instructions on the wiki. I ran
ctest -V --output-on-failure
as instructed after building but got the following error message when test #3 fails:Test command: /home/kgourdji/packages/galario/build/python/py.test.sh "/home/kgourdji/packages/galario/build/python_package/tests/test_galario.py" "--cov=./" 3: Test timeout computed to be: 10000000 3: ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] 3: __main__.py: error: unrecognized arguments: --cov=./
I ran the test manually though and it passed fine.
The text was updated successfully, but these errors were encountered: