auto-sync

This commit is contained in:
rusEfi 2016-08-18 09:01:47 -04:00
parent a5fbadb904
commit 8c1acf2565
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();