From: Brian Aker Date: Mon, 22 Oct 2012 05:53:38 +0000 (-0400) Subject: Remove BEGIN/END X-Git-Tag: 1.0.14~21^2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=f93819b4f3a63fed6b6071b7d6a42ff082a5c0c6;p=awesomized%2Flibmemcached Remove BEGIN/END --- diff --git a/libtest/main.cc b/libtest/main.cc index 363c2a2f..d6c4ecbf 100644 --- a/libtest/main.cc +++ b/libtest/main.cc @@ -83,7 +83,6 @@ static void stats_print(libtest::Framework *frame) int main(int argc, char *argv[]) { - Out << "BEGIN:" << argv[0]; bool opt_massive= false; unsigned long int opt_repeat= 1; // Run all tests once bool opt_quiet= false; @@ -365,7 +364,5 @@ int main(int argc, char *argv[]) exit_code= EXIT_FAILURE; } - Out << "END:" << argv[0]; - return exit_code; }