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.
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.