]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/StandaloneTest.cpp
launch standalone test with --no-vsync
[blank.git] / tst / integration / StandaloneTest.cpp
index 2e1b67d68c0d1010bbdeb02c34f167153753ee8d..6ad5f77fdcc1957470b424106745d7d9955a0d87 100644 (file)
@@ -18,7 +18,7 @@ void StandaloneTest::tearDown() {
 
 
 void StandaloneTest::testStartup() {
-       TestInstance standalone({ });
+       TestInstance standalone({ "--no-vsync" });
        standalone.AssertRunning();
        standalone.AssertOutputLine("chunk preloading complete");
        standalone.Terminate();