Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_memcheck: Change failure to find log file from error to warning | Betsy McPhail | 2018-08-28 | 1 | -1/+0 |
| | | | | | | | | | | | Sanitizers do not create a log file when no defects are found. Therefore, it is currently impossible for ctest_memcheck to set both `CAPTURE_CMAKE_ERROR` and `RETURN_VALUE` to zero. With defects, `CAPTURE_CMAKE_ERROR`=0 and `RETURN_VALUE`=-1, as expected. With no defects, `CAPTURE_CMAKE_ERROR`=-1 and `RETURN_VALUE`=0. | ||||
* | Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck} | Brad King | 2015-02-19 | 1 | -0/+1 |
Follow the convention of naming tests after the command they test. |