Skip to content
Snippets Groups Projects
Verified Commit 2bbc0755 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix make test_misc

parent be810292
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ test: print-version easy-units ...@@ -68,7 +68,7 @@ test: print-version easy-units
mvn test -X mvn test -X
test_misc: test_misc:
cd scripting/tests/ && pytest test*.py cd scripting/tests/ && pytest3 test*.py
cd misc/bend_symlinks/ && ./bend_symlinks.sh -h && test/test_suite.sh | tee test_output cd misc/bend_symlinks/ && ./bend_symlinks.sh -h && test/test_suite.sh | tee test_output
cat misc/bend_symlinks/test_output | grep "Ran 10 tests." cat misc/bend_symlinks/test_output | grep "Ran 10 tests."
cat misc/bend_symlinks/test_output | grep "OK" cat misc/bend_symlinks/test_output | grep "OK"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment