auto-sync

This commit is contained in:
rusEfi 2016-08-18 09:01:47 -04:00
parent c3d7b956d2
commit 12a5b71898
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class AutoTest {
boolean failed = false;
try {
IoUtil.launchSimulator(false);
IoUtil.launchSimulator(true);
mainTestBody();
} catch (Throwable e) {
e.printStackTrace();