Skip to content

Commit ad387d6

Browse files
Export extra options
to make them available in the command below
1 parent 63fb28f commit ad387d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ run()
1313
jar -cfe $BM_DIR/task.jar Main -C $BM_DIR/classes .
1414
export TASK="$BM_DIR/task.jar"
1515

16-
MORE_OPTIONS="--throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar"
16+
export MORE_OPTIONS="--throw-runtime-exceptions --max-nondet-string-length 100 --classpath core-models.jar"
1717

1818
if [ "$PROP" = "termination" ] ; then
1919
PROPERTY="$PROPERTY --no-assertions --no-self-loops-to-assumptions"

0 commit comments

Comments
 (0)