Skip to content

Commit ff9a66e

Browse files
authored
Merge pull request #39 from peterschrammel/fix-jbmc-more-options
Export extra options
2 parents 63fb28f + ad387d6 commit ff9a66e

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)