diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmCTest.cxx | 8 |
1 files 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(); |