-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some useful changes from Contest 2023 that were missed in UnitTestBot…
… main branch (#2675)
- Loading branch information
1 parent
6276993
commit 921b69a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
|
||
# switch to environment JVM as needed | ||
JAVA_HOME=/usr | ||
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 | ||
|
||
APACHE_EXECS_LIB=lib/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar | ||
TOOL=lib/runtool-1.0.0.jar | ||
TOOL=lib/utbot-junit-contest-1.0.jar | ||
|
||
export UTBOT_EXTRA_PARAMS=-Xmx4g | ||
export JAVA_HOME=$JAVA_HOME | ||
$JAVA_HOME/bin/java -cp $TOOL:$APACHE_EXECS_LIB sbst.runtool.Main | ||
$JAVA_HOME/bin/java -cp $TOOL sbst.runtool.Main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters