From: Daniel Karbach Date: Wed, 23 Nov 2016 15:43:10 +0000 (+0100) Subject: launch standalone test with --no-vsync X-Git-Url: http://git.localhorst.tv/?p=blank.git;a=commitdiff_plain;h=f85083db1989c218d91a09f43dd92fde9fb179c7 launch standalone test with --no-vsync --- 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();