X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FClientTest.cpp;h=b9f0937f4120984df9d6160c4c7d509dc49a64c9;hb=5408130b6267448d0fddf4e3001fdc4b915e6496;hp=93a17d4223e485324e8a217758cb1d4944a6a3f1;hpb=aee07b0f8d8c0d9af66dd7507938d83985d53833;p=blank.git diff --git a/tst/integration/ClientTest.cpp b/tst/integration/ClientTest.cpp index 93a17d4..b9f0937 100644 --- a/tst/integration/ClientTest.cpp +++ b/tst/integration/ClientTest.cpp @@ -15,7 +15,7 @@ void ClientTest::setUp() { server->AssertRunning(); server->AssertOutputLine("loading spawn chunks"); server->AssertOutputLine("listening on UDP port 12354"); - client.reset(new TestInstance({ "--client" })); + client.reset(new TestInstance({ "--client", "--no-vsync" })); client->AssertRunning(); client->AssertOutputLine("got message before interface was created: player \"default\" joined"); client->AssertOutputLine("joined game \"default\"");