Skip to content
Snippets Groups Projects
Commit efd01ebc authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed bad return value

parent 1d2b2136
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ cd ../..
# UNIT TESTS #
##############
for f in build/unit-tests/*_test; do
${f} || exit -1
${f} || exit 1
done
cd build_scripts/linux
\ No newline at end of file
cd build_scripts/linux
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