|
@@ -684,6 +684,7 @@ void cmCTestTestHandler::ProcessDirectory(std::vector<cmStdString> &passed,
|
|
|
<< std::endl;
|
|
<< std::endl;
|
|
|
cmCTestLog(this->CTest, ERROR_MESSAGE, "Unable to find executable: "
|
|
cmCTestLog(this->CTest, ERROR_MESSAGE, "Unable to find executable: "
|
|
|
<< args[1].c_str() << std::endl);
|
|
<< args[1].c_str() << std::endl);
|
|
|
|
|
+ cres.Output = "Unable to find executable: " + args[1];
|
|
|
if ( !this->CTest->GetShowOnly() )
|
|
if ( !this->CTest->GetShowOnly() )
|
|
|
{
|
|
{
|
|
|
cres.FullCommandLine = actualCommand;
|
|
cres.FullCommandLine = actualCommand;
|