BUG: if the build fails then the test fails

This commit is contained in:
Bill Hoffman 2004-01-09 08:54:41 -05:00
parent 6b1abee813
commit a00a1dab0d
1 changed files with 1 additions and 1 deletions

View File

@ -4041,7 +4041,7 @@ int cmCTest::RunCMakeAndTest(std::string* outstring)
} }
// return to the original directory // return to the original directory
cmSystemTools::ChangeDirectory(cwd.c_str()); cmSystemTools::ChangeDirectory(cwd.c_str());
retVal = 1; return 1;
} }
if(outstring) if(outstring)