BUG: if a test is not found, it should fail
This commit is contained in:
parent
4d082d4215
commit
13753b89c2
@ -1862,7 +1862,8 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
|
|||||||
{
|
{
|
||||||
std::cerr << "Unable to find executable: " <<
|
std::cerr << "Unable to find executable: " <<
|
||||||
args[1].Value.c_str() << "\n";
|
args[1].Value.c_str() << "\n";
|
||||||
m_TestResults.push_back( cres );
|
m_TestResults.push_back( cres );
|
||||||
|
failed.push_back(args[0].Value);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user