]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/TestInstance.hpp
test missing option arguments
[blank.git] / tst / integration / TestInstance.hpp
index 25fb08cae5a464e61ceb02369aabe50bbe677967..01fb25d65fffa74902175a118688f1b77ce86191 100644 (file)
@@ -20,7 +20,7 @@ public:
        /// will be prepended by the constructor).
        /// If connect is true, a command service connection will be
        /// established during construction.
-       explicit TestInstance(const Process::Arguments &args, bool connect = false);
+       explicit TestInstance(const Process::Arguments &args, bool connect = false, bool temp_save = true);
        ~TestInstance();
 
 public: