Skip to content

Commit 8955c2a

Browse files
authored
Merge pull request #24 from dune-project/bugfix/newPipPath
reactivate failing tests on macos
2 parents bc6504d + 2f0a8ae commit 8955c2a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

testing/completeSourceInEnv.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# do not run on macOS
2-
if [ "$3" == "macOS" ]; then
3-
exit 0
4-
fi
5-
61
# setup an external venv
72
python3 -m venv dune-env
83
. dune-env/bin/activate

testing/installPlusSource.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# do not run on macOS
2-
if [ "$3" == "macOS" ]; then
3-
exit 0
4-
fi
5-
6-
71
base="https://gitlab.dune-project.org"
82
coreurl="$base/core"
93
femurl="$base/dune-fem"

0 commit comments

Comments
 (0)