From a6e9dd6cfce2d9d56941483e02badd72c167e56a Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 11 Mar 2005 10:29:29 -0500 Subject: FIX: fix output of passing tests --- Source/ctest.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 66ebb2a..fee6f2a 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -203,10 +203,7 @@ int main (int argc, char *argv[]) // run ctest std::string output; int res = inst.Run(args,&output); - if (res) - { - std::cout << output; - } + std::cout << output; cmListFileCache::ClearCache(); return res; -- cgit v0.12