We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5781b4e commit 0e02681Copy full SHA for 0e02681
scripts/test_syntax.sh
@@ -8,9 +8,7 @@
8
scriptDir=`dirname $0`
9
# macOS 12 does not have the realpath utility,
10
# so let's use this workaround instead.
11
-DUNE_BIN_DIR=`cd "$scriptDir/../_build/install/default/bin"; pwd -P`
12
-
13
-$DUNE_BIN_DIR/syntax_tests
+DUNE_BIN_DIR=`cd "$scriptDir/../compiler/_build/install/default/bin"; pwd -P`
14
15
function exp {
16
echo "$(dirname $1)/expected/$(basename $1).txt"
0 commit comments