]> git.localhorst.tv Git - blank.git/commitdiff
launch standalone test with --no-vsync
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Nov 2016 15:43:10 +0000 (16:43 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 23 Nov 2016 15:43:10 +0000 (16:43 +0100)
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();