From bf0e67fea334cb0c0afdfec155d762b4891cadc9 Mon Sep 17 00:00:00 2001 From: Zach Mullen Date: Mon, 12 Oct 2009 11:11:43 -0400 Subject: Uncomment block in InitializeFromCommand (accidentally checked this change in) --- Source/cmCTest.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index c359e9c..3466183 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -454,10 +454,10 @@ int cmCTest::Initialize(const char* binary_dir, bool new_tag, //---------------------------------------------------------------------- bool cmCTest::InitializeFromCommand(cmCTestCommand* command, bool first) { - //if ( !first && !this->CurrentTag.empty() ) - // { - // return true; - // } + if ( !first && !this->CurrentTag.empty() ) + { + return true; + } std::string src_dir = this->GetCTestConfiguration("SourceDirectory").c_str(); -- cgit v0.12