Skip to content
Snippets Groups Projects
Commit 692dc93e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Fixed shell command in test/Makefile

parent 1e801835
No related branches found
No related tags found
1 merge request!1Initial functionality
Pipeline #11323 failed
...@@ -51,7 +51,7 @@ test_cpp: ...@@ -51,7 +51,7 @@ test_cpp:
&& conan install ../.. -s "compiler.libcxx=libstdc++11" \ && conan install ../.. -s "compiler.libcxx=libstdc++11" \
&& cmake -D TEST=On ../.. \ && cmake -D TEST=On ../.. \
&& make test_detailed \ && make test_detailed \
|| echo "Test(s) failed."; exit 1 || (echo "Test(s) failed."; exit 1)
# Exit with error if tests fail. # Exit with error if tests fail.
# && make test || make test_detailed || echo "Test(s) failed." ; exit 1 # && make test || make test_detailed || echo "Test(s) failed." ; exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment