Thomas Vachuska

Fixes default logs location for STC.

Change-Id: If3f41f6df527d57d13bb75f91ce508f3cef7e73b
...@@ -42,7 +42,7 @@ import static org.onlab.stc.Scenario.loadScenario; ...@@ -42,7 +42,7 @@ import static org.onlab.stc.Scenario.loadScenario;
42 */ 42 */
43 public class Compiler { 43 public class Compiler {
44 44
45 - private static final String DEFAULT_LOG_DIR = "${env.WORKSPACE}/tmp/stc/"; 45 + private static final String DEFAULT_LOG_DIR = "${WORKSPACE}/tmp/stc/";
46 46
47 private static final String IMPORT = "import"; 47 private static final String IMPORT = "import";
48 private static final String GROUP = "group"; 48 private static final String GROUP = "group";
......