From a38de238c4661c1fb6fe19762e4a83befc666e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 25 Nov 2015 16:43:18 +0100 Subject: [PATCH] Missed another path --- CI/ci-mac.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/ci-mac.sh b/CI/ci-mac.sh index e1e4773a..c41d4305 100755 --- a/CI/ci-mac.sh +++ b/CI/ci-mac.sh @@ -45,6 +45,7 @@ cd Unittests #execute tests ./unittests --gtest_color=yes --gtest_output=xml +cd .. # Execute Python unittests cd Python-Unittests