auto-sync
This commit is contained in:
parent
c3d7b956d2
commit
12a5b71898
|
@ -415,7 +415,7 @@ public class AutoTest {
|
||||||
|
|
||||||
boolean failed = false;
|
boolean failed = false;
|
||||||
try {
|
try {
|
||||||
IoUtil.launchSimulator(false);
|
IoUtil.launchSimulator(true);
|
||||||
mainTestBody();
|
mainTestBody();
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|
Loading…
Reference in New Issue