We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c66ef commit 2ec8fb3Copy full SHA for 2ec8fb3
utbot-junit-contest/src/main/kotlin/org/utbot/contest/ContestEstimator.kt
@@ -42,8 +42,8 @@ import org.utbot.framework.UtSettings
42
private val logger = KotlinLogging.logger {}
43
44
private val classPathSeparator = System.getProperty("path.separator")
45
-//To hack it to debug something be like Dima
46
-// if (System.getProperty("user.name") == "d00555580") my_path else "JAVA_HOME"
+//To hack it to debug something be like Duke
+// if (System.getProperty("user.name") == "duke") my_path else "JAVA_HOME"
47
private val javaHome = System.getenv("JAVA_HOME")
48
49
private val javacCmd = "$javaHome/bin/javac"
0 commit comments