BUG: if the build fails then the test fails
This commit is contained in:
parent
6b1abee813
commit
a00a1dab0d
|
@ -4041,7 +4041,7 @@ int cmCTest::RunCMakeAndTest(std::string* outstring)
|
|||
}
|
||||
// return to the original directory
|
||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||
retVal = 1;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if(outstring)
|
||||
|
|
Loading…
Reference in New Issue