Skip to content
Snippets Groups Projects
Commit a56315a6 authored by BaM's avatar BaM
Browse files

no point removing the exit there

parent 8a988d1f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -107,7 +107,7 @@ done
if [ "${GTEST}" = true ]; then
if ! ping -c 1 google.com >> /dev/null 2>&1; then
echo "An internet connection is required to compile the test"
# exit 1
exit 1
fi
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