From d71aabad49c62dc7557781f669667db9a2e2ccc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 12 May 2016 11:33:20 +0200 Subject: [PATCH] Fixed bug on cpp98 build which does not run some python unittests --- CI/ci-mac.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CI/ci-mac.sh b/CI/ci-mac.sh index 9d015196..e3c4d92b 100755 --- a/CI/ci-mac.sh +++ b/CI/ci-mac.sh @@ -120,7 +120,6 @@ else echo -e "${NC}" fi -OPTIONS= cd .. @@ -196,6 +195,9 @@ if [ "$LANGUAGE" == "C++11" ]; then rm -f openmesh.so cp ../Build/python/openmesh.so . python -m unittest discover -v + + cd .. + else echo -e "${WARNING}" @@ -203,8 +205,7 @@ else echo -e "${NC}" fi - -cd .. + cd .. echo -e "${OUTPUT}" -- GitLab