diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-03-02 20:34:37 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-03-02 20:38:02 (GMT) |
commit | 767ffba8ff37ccb510707b768086cb189970d8c6 (patch) | |
tree | 64f088977d94731b9a2a34416d806f4dcd38cfae /Source/CTest/cmCTestRunTest.cxx | |
parent | 634c3113ed53cd05230e7c6418e6f9c5b5e630b2 (diff) | |
download | CMake-767ffba8ff37ccb510707b768086cb189970d8c6.zip CMake-767ffba8ff37ccb510707b768086cb189970d8c6.tar.gz CMake-767ffba8ff37ccb510707b768086cb189970d8c6.tar.bz2 |
Added RESOURCE_LOCK test property.
Diffstat (limited to 'Source/CTest/cmCTestRunTest.cxx')
-rw-r--r-- | Source/CTest/cmCTestRunTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestRunTest.cxx b/Source/CTest/cmCTestRunTest.cxx index fa9794a..659cb73 100644 --- a/Source/CTest/cmCTestRunTest.cxx +++ b/Source/CTest/cmCTestRunTest.cxx @@ -448,7 +448,7 @@ bool cmCTestRunTest::StartTest(size_t total) //---------------------------------------------------------------------- void cmCTestRunTest::ComputeArguments() { - std::vector<std::string>::const_iterator j = + std::vector<std::string>::const_iterator j = this->TestProperties->Args.begin(); ++j; // skip test name @@ -463,7 +463,7 @@ void cmCTestRunTest::ComputeArguments() } else { - this->ActualCommand = + this->ActualCommand = this->TestHandler->FindTheExecutable( this->TestProperties->Args[1].c_str()); ++j; //skip the executable (it will be actualCommand) |