diff options
Diffstat (limited to 'test/log/log_process.cpp')
-rw-r--r-- | test/log/log_process.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/log/log_process.cpp b/test/log/log_process.cpp index a56a3998..ca835133 100644 --- a/test/log/log_process.cpp +++ b/test/log/log_process.cpp @@ -154,5 +154,7 @@ int main(int argc, char **argv) return child.run(status, num); } - return LogProcessTest().execute(); + LogProcessTest test; + test.setArgs(argc, argv); + return test.execute(); } |