Skip to content
Snippets Groups Projects
Commit 1c34ecbe authored by Vít Hanousek's avatar Vít Hanousek
Browse files

Merge branch 'mpi' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into mpi

parents 7c8abd6c 69599599
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ stages:
-DWITH_COVERAGE=${WITH_COVERAGE}
-DWITH_EXAMPLES=${WITH_EXAMPLES}
- make
- make test
- make test CTEST_OUTPUT_ON_FAILURE=1
- make install
- popd
variables:
......
......@@ -162,7 +162,7 @@ fi
if test ${WITH_TESTS} = "yes";
then
make test
make test CTEST_OUTPUT_ON_FAILURE=1
if test $? != 0; then
echo "Error: Some test did not pass successfuly."
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment