X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FStandaloneTest.cpp;h=6ad5f77fdcc1957470b424106745d7d9955a0d87;hb=f85083db1989c218d91a09f43dd92fde9fb179c7;hp=2e1b67d68c0d1010bbdeb02c34f167153753ee8d;hpb=5c44bcd4519e992219908316d453dac7dfef2d47;p=blank.git diff --git a/tst/integration/StandaloneTest.cpp b/tst/integration/StandaloneTest.cpp index 2e1b67d..6ad5f77 100644 --- a/tst/integration/StandaloneTest.cpp +++ b/tst/integration/StandaloneTest.cpp @@ -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();