Allow enabling TEST_IN_SAME_PROCESS via jvm argument

This commit is contained in:
Sam Harwell 2012-02-15 10:47:50 -06:00
parent 707311996d
commit 40af402822
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public abstract class BaseTest {
public static final String newline = System.getProperty("line.separator");
public static final String pathSep = System.getProperty("path.separator");
public static final boolean TEST_IN_SAME_PROCESS = false;
public static final boolean TEST_IN_SAME_PROCESS = Boolean.parseBoolean(System.getProperty("antlr.testinprocess"));
/**
* Build up the full classpath we need, including the surefire path (if present)