external make: test mode support; additional logging in test mode

This commit is contained in:
Eugene Zhuravlev
2012-07-01 20:32:40 +02:00
parent 50b982068c
commit b8e1befc08
6 changed files with 51 additions and 6 deletions
@@ -693,6 +693,9 @@ public class BuildManager implements ApplicationComponent{
}
cmdLine.addParameter("-Djava.awt.headless=true");
if (ApplicationManager.getApplication().isUnitTestMode()) {
cmdLine.addParameter("-Dtest.mode=true");
}
final String shouldGenerateIndex = System.getProperty(GlobalOptions.GENERATE_CLASSPATH_INDEX_OPTION);
if (shouldGenerateIndex != null) {