From 578754591faa4c4cf945d555573d80657f5b0e56 Mon Sep 17 00:00:00 2001 From: James Alexander Clark <james.clark@ligo.org> Date: Wed, 31 Jul 2019 13:40:36 -0400 Subject: [PATCH] remove the test exit --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 723de97b..87ea6ae8 100755 --- a/build.sh +++ b/build.sh @@ -20,8 +20,6 @@ case "${unameOut}" in esac echo "Host OS is ${machine}. Using $CMAKE" -exit - rm -rf build mkdir -p build pushd build -- GitLab