X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FStandaloneTest.cpp;h=5426b59316e3a0ae678f2c3d86f9a6bb0a723705;hb=HEAD;hp=95dfc3a2568592607b313f9e6ee3398062a605b1;hpb=aee07b0f8d8c0d9af66dd7507938d83985d53833;p=blank.git diff --git a/tst/integration/StandaloneTest.cpp b/tst/integration/StandaloneTest.cpp index 95dfc3a..5426b59 100644 --- a/tst/integration/StandaloneTest.cpp +++ b/tst/integration/StandaloneTest.cpp @@ -10,7 +10,7 @@ namespace blank { namespace test { void StandaloneTest::setUp() { - instance.reset(new TestInstance({ "--no-vsync" })); + instance.reset(new TestInstance({ "--standalone", "--no-vsync", "-d", "-s", "43576325" })); instance->AssertRunning(); }