Skip to content

Commit 885f401

Browse files
committed
Revert "Fix syntax roundtrip tests (rescript-lang#7092)"
This reverts commit 0e02681.
1 parent 0e02681 commit 885f401

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/test_syntax.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
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/../compiler/_build/install/default/bin"; pwd -P`
11+
DUNE_BIN_DIR=`cd "$scriptDir/../_build/install/default/bin"; pwd -P`
12+
13+
$DUNE_BIN_DIR/syntax_tests
1214

1315
function exp {
1416
echo "$(dirname $1)/expected/$(basename $1).txt"

0 commit comments

Comments
 (0)