From f85083db1989c218d91a09f43dd92fde9fb179c7 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Wed, 23 Nov 2016 16:43:10 +0100 Subject: [PATCH] launch standalone test with --no-vsync --- tst/integration/StandaloneTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2