From 482d0b2efc0a5b1e16818551892613c252c15f30 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Wed, 5 Dec 2012 00:26:32 -0500 Subject: [PATCH] Remove chatter from process shutdown. --- libtest/cmdline.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libtest/cmdline.cc b/libtest/cmdline.cc index 97eddd07..709aac10 100644 --- a/libtest/cmdline.cc +++ b/libtest/cmdline.cc @@ -437,10 +437,12 @@ Application::error_t Application::join() throw std::runtime_error(error_string); } +#if 0 // If we terminted it on purpose then it counts as a success. Out << "waitpid() application terminated at request" << " pid:" << _pid << " name:" << built_argv[0]; +#endif } else { -- 2.30.2