From 6017cfcbef3d034fe43d5497453b75b294bfda66 Mon Sep 17 00:00:00 2001
From: Gennady Pospelov <g.pospelov@fz-juelich.de>
Date: Thu, 14 May 2020 12:28:19 +0200
Subject: [PATCH] Enable testing under Travis MacOS

---
 .travis/osx/test.sh | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/.travis/osx/test.sh b/.travis/osx/test.sh
index ad537174657..90669a172f9 100644
--- a/.travis/osx/test.sh
+++ b/.travis/osx/test.sh
@@ -1,5 +1,4 @@
-#cd build
-#make check && exit 0
-#cat ./Testing/Temporary/*.log
-#exit 1
-exit 0
+cd build
+make check && exit 0
+cat ./Testing/Temporary/*.log
+exit 1
-- 
GitLab