Skip to content

Commit

Permalink
systemtests: custom_pretest: do not exit 1 when hostname is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 18, 2021
1 parent 5041b6e commit b058dd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion systemtests/ctest_custom_pretest.sh.in
Expand Up @@ -36,7 +36,6 @@ if [ "$hostname" != "localhost" \
if [ "$hostname" != "$(hostname)" ]; then
echo "current hostname is different ($(hostname))"
echo " please run cmake again, probably after removing CMakeCache.txt"
exit 1
fi
fi
echo "OK"
Expand Down

0 comments on commit b058dd1

Please sign in to comment.