From 39c85aea20ae9eaf42486d504106b11d0d79aa9f Mon Sep 17 00:00:00 2001 From: dr-robertk Date: Mon, 21 Apr 2025 20:28:42 +0000 Subject: [PATCH] Revert "[bugfix][mmesh] Disable test on Mac OS because of CGAL not compiling." --- testing/mmeshFromSource.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/testing/mmeshFromSource.sh b/testing/mmeshFromSource.sh index 5ae0578..d1243dd 100644 --- a/testing/mmeshFromSource.sh +++ b/testing/mmeshFromSource.sh @@ -1,10 +1,3 @@ -# do not run on macOS, currently failing because of CGAL -if [ "$3" == "macOS" ]; then - echo "$0 disabled on Mac OS" - exit 0 -fi - - base="https://gitlab.dune-project.org" coreurl="$base/core" femurl="$base/dune-fem"