cmCTest: Fix typo
This commit is contained in:
parent
4bbfea1751
commit
898cb987b4
|
@ -2131,7 +2131,7 @@ int cmCTest::Run(std::vector<std::string>& args, std::string* output)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// now what sould cmake do? if --build-and-test was specified then
|
// now what should cmake do? if --build-and-test was specified then
|
||||||
// we run the build and test handler and return
|
// we run the build and test handler and return
|
||||||
if (cmakeAndTest) {
|
if (cmakeAndTest) {
|
||||||
this->Verbose = true;
|
this->Verbose = true;
|
||||||
|
|
Loading…
Reference in New Issue