From f93819b4f3a63fed6b6071b7d6a42ff082a5c0c6 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 22 Oct 2012 01:53:38 -0400 Subject: [PATCH] Remove BEGIN/END --- libtest/main.cc | 3 --- 1 file changed, 3 deletions(-) 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; } -- 2.30.2