Skip to content

Commit 85374a1

Browse files
committed
Update runtool
1 parent cb4d573 commit 85374a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utbot-junit-contest/runtool

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

33
# switch to environment JVM as needed
4-
JAVA_HOME=/usr
4+
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
55

6-
APACHE_EXECS_LIB=lib/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar
7-
TOOL=lib/runtool-1.0.0.jar
6+
TOOL=lib/utbot-junit-contest-1.0.jar
87

8+
export UTBOT_EXTRA_PARAMS=-Xmx4g
99
export JAVA_HOME=$JAVA_HOME
10-
$JAVA_HOME/bin/java -cp $TOOL:$APACHE_EXECS_LIB sbst.runtool.Main
10+
$JAVA_HOME/bin/java -cp $TOOL sbst.runtool.Main

0 commit comments

Comments
 (0)