Skip to content
Snippets Groups Projects
Commit 5c692e59 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

added || exit 1 to run_tests.sh call

parent edeb4b98
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ popd
pushd daemon/test
# Remove the previous XML test file
rm -rf $XML_RESULTS
make check || exit 1
./run_tests.sh
make check
./run_tests.sh || exit 1
popd
# Compile the client
......
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