projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
9a58df7
)
Remove chatter from process shutdown.
author
Brian Aker
<brian@tangent.org>
Wed, 5 Dec 2012 05:26:32 +0000
(
00:26
-0500)
committer
Brian Aker
<brian@tangent.org>
Wed, 5 Dec 2012 05:26:32 +0000
(
00:26
-0500)
libtest/cmdline.cc
patch
|
blob
|
history
diff --git
a/libtest/cmdline.cc
b/libtest/cmdline.cc
index 97eddd07aa6463497a9a419374412c25e8e6818f..709aac10a9e4a18579f1fe29dbf4455b152c59a7 100644
(file)
--- 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
{