From 4d03692a3b89119c172be299db5b68d726cbee51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 25 Nov 2015 16:42:17 +0100 Subject: [PATCH] Wrong directory --- CI/ci-mac.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CI/ci-mac.sh b/CI/ci-mac.sh index bc29c2b4..e1e4773a 100755 --- a/CI/ci-mac.sh +++ b/CI/ci-mac.sh @@ -82,6 +82,8 @@ cd Unittests # Run the unittests ./unittests --gtest_color=yes --gtest_output=xml +cd .. + # Execute Python unittests cd Python-Unittests