From 0e02681cc30ba14a5247be48f06ae2bc497edd07 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Tue, 8 Oct 2024 10:07:08 +0200 Subject: [PATCH] Fix syntax roundtrip tests (#7092) --- scripts/test_syntax.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/test_syntax.sh b/scripts/test_syntax.sh index 4371fe4052..b60f38cebd 100755 --- a/scripts/test_syntax.sh +++ b/scripts/test_syntax.sh @@ -8,9 +8,7 @@ scriptDir=`dirname $0` # macOS 12 does not have the realpath utility, # so let's use this workaround instead. -DUNE_BIN_DIR=`cd "$scriptDir/../_build/install/default/bin"; pwd -P` - -$DUNE_BIN_DIR/syntax_tests +DUNE_BIN_DIR=`cd "$scriptDir/../compiler/_build/install/default/bin"; pwd -P` function exp { echo "$(dirname $1)/expected/$(basename $1).txt"