]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/ServerTest.cpp
allow individual closing of process streams
[blank.git] / tst / integration / ServerTest.cpp
index 9cee9ee1b90bd2024ba8d7d0e9820dd3c7a40b9a..c5ca60e4f34b12b11c99279abbf030b5fce91b73 100644 (file)
@@ -19,6 +19,10 @@ void ServerTest::tearDown() {
 
 void ServerTest::testStartup() {
        TestInstance server({ "--server" }, true);
+       server.AssertRunning();
+       server.Terminate();
+       server.AssertExitStatus(0);
+       server.AssertNoError();
 }
 
 }