Enable JPS test runner for new JPS build (KT-29368)

#KT-29368 Fixed
This commit is contained in:
Nikolay Krasko
2019-01-29 15:50:07 +03:00
parent c9e2ed4e1f
commit 52c46811ff
3 changed files with 4 additions and 3 deletions
@@ -36,7 +36,7 @@ public class JUnit3RunnerWithInners extends Runner implements Filterable, Sortab
public JUnit3RunnerWithInners(Class<?> klass) {
super();
if ("true".equals(System.getProperty("use.pill"))) {
if ("true".equals(System.getProperty("use.jps"))) {
delegateRunner = new JUnit3RunnerWithInnersForJPS(klass);
}
else {