Skip to content

Commit 0e02681

Browse files
authored
Fix syntax roundtrip tests (#7092)
1 parent 5781b4e commit 0e02681

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/test_syntax.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
scriptDir=`dirname $0`
99
# macOS 12 does not have the realpath utility,
1010
# 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
11+
DUNE_BIN_DIR=`cd "$scriptDir/../compiler/_build/install/default/bin"; pwd -P`
1412

1513
function exp {
1614
echo "$(dirname $1)/expected/$(basename $1).txt"

0 commit comments

Comments
 (0)