The following directory structure:
+ test/
- my_test_suite/
- test-run/
- test-run.py -> test-run/test-run.py
Leads to the following error:
Fatal error: Suite 'cluster-py' doesn't exist. Execution aborted.
While the following works:
+ test
- my_test_suite/
- test-run.py -> ../test-run/test-run.py
+ test-run/
Both did work 2-3 years ago.
The following directory structure:
Leads to the following error:
While the following works:
Both did work 2-3 years ago.