disabled automake

This commit is contained in:
Alexey Kudravtsev
2012-03-30 18:55:27 +04:00
parent 8f9e61fe45
commit d0f2335e34
@@ -286,6 +286,7 @@ public class CompileServerManager implements ApplicationComponent{
}
private void runAutoMake() {
if (ApplicationManager.getApplication().isUnitTestMode()) return;
final Project[] openProjects = myProjectManager.getOpenProjects();
if (openProjects.length > 0) {
final List<RequestFuture> futures = new ArrayList<RequestFuture>();