fix previous

This commit is contained in:
Arseny Sher
2024-11-18 14:06:13 +03:00
parent 2917e49391
commit 0d057d1374
+2 -2
View File
@@ -6,7 +6,7 @@ CONFIG=$1
SPEC=$2
MEM=7G
TOOLSPATH="/opt/TLA+Toolbox"
TOOLSPATH="/opt/TLA+Toolbox/tla2tools.jar"
mkdir -p "tlc-results"
outfilename="$SPEC-$(date --utc +%Y-%m-%d--%H-%M-%S)".log
@@ -45,4 +45,4 @@ echo "" >> $outfile
#
# Add -simulate to run in infinite simulation mode.
java -Xmx$MEM -XX:MaxDirectMemorySize=$MEM -XX:+UseParallelGC -Dtlc2.tool.fp.FPSet.impl=tlc2.tool.fp.OffHeapDiskFPSet \
-cp "${TOOLSPATH}/tla2tools.jar" tlc2.TLC $SPEC -config $CONFIG -workers auto -gzip | tee -a $outfile
-cp "${TOOLSPATH}" tlc2.TLC $SPEC -config $CONFIG -workers auto -gzip | tee -a $outfile