X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FTestInstance.hpp;h=01fb25d65fffa74902175a118688f1b77ce86191;hb=8368621fd8996569e3ca8fc6fd68ac0168742392;hp=25fb08cae5a464e61ceb02369aabe50bbe677967;hpb=5408130b6267448d0fddf4e3001fdc4b915e6496;p=blank.git diff --git a/tst/integration/TestInstance.hpp b/tst/integration/TestInstance.hpp index 25fb08c..01fb25d 100644 --- a/tst/integration/TestInstance.hpp +++ b/tst/integration/TestInstance.hpp @@ -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: