Skip to content

Commit

Permalink
Fix regression in test suite introduced in commit eeafc56
Browse files Browse the repository at this point in the history
[Build][Test]
  • Loading branch information
lemmy committed Nov 26, 2020
1 parent 3e191b6 commit 7ad6f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TOOLS/do_tests
Expand Up @@ -10,7 +10,7 @@ if [ "$1" = "smt_tests" ]
then export ARGS="$ARGS --method smt"
fi

export TLAPM="$BASEDIR/bin/tlapm"
export TLAPM="$BASEDIR/../tlapm -I $ARGS"
export STRETCH=${STRETCH:-5}
export LOGFILE="$BASEDIR/tests.log"

Expand Down

0 comments on commit 7ad6f4f

Please sign in to comment.