File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/kotlin/org/utbot/runtool Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# switch to environment JVM as needed
4
- JAVA_HOME=/usr
4
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
5
5
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
8
7
8
+ export UTBOT_EXTRA_PARAMS=-Xmx4g
9
9
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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import sbst.runtool.ITestingTool
11
11
class UtBotTool2 : ITestingTool {
12
12
13
13
override fun getExtraClassPath (): List <File > {
14
- return mutableListOf ()
14
+ return mutableListOf (File ( " lib " , " mockito-core-4.11.0.jar " ) )
15
15
}
16
16
17
17
lateinit var sootClasspathString: String
You can’t perform that action at this time.
0 commit comments