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

test removing the connection check

parent 9684e04a
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ if [ "${GTEST}" = true ]; then
echo -e "GET http://google.com HTTP/1.0\n\n" | nc google.com 80 > /dev/null 2>&1
if [ ! $? -eq 0 ] && [ ! -d "bld/GTest/gtest/src/gtest" ]; 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