Enable JPS test runner for new JPS build (KT-29368)
#KT-29368 Fixed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user