From d586449a643ff97c1316b1e092b9b5b2bbac33cb Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Mon, 27 Aug 2001 10:23:45 -0400 Subject: [PATCH] better formatted output --- Source/ctest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index e231f6e34..dad35d0b9 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -128,7 +128,8 @@ void ctest::ProcessDirectory(int &passed, int &failed) if (name == "ADD_TEST") { - std::cerr << "Testing " << args[0] << " ... "; + fprintf(stderr,"Testing %-30s ",args[0].c_str()); + //std::cerr << "Testing " << args[0] << " ... "; // find the test executable std::string testCommand = this->FindExecutable(args[1].c_str()); // add the arguments