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

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();