https://github.com/Kitware/CMake
Revision 1c8129795ac482b36a67d0b7131f2bbd6ad04a54 authored by Brad King on 16 December 2014, 18:47:35 UTC, committed by Brad King on 16 December 2014, 18:49:38 UTC
In cmCTestMemCheckHandler::PostProcessBoundsCheckerTest return early
if the output file name is empty.  We already do this in the similar
cmCTestMemCheckHandler::AppendMemTesterOutput method.
1 parent 2953338
Raw File
Tip revision: 1c8129795ac482b36a67d0b7131f2bbd6ad04a54 authored by Brad King on 16 December 2014, 18:47:35 UTC
ctest_memcheck: Do not open empty BC output file name
Tip revision: 1c81297
.gitattributes
.gitattributes   export-ignore
.hooks*          export-ignore

bootstrap        crlf=input
configure        crlf=input
*.[1-9]          crlf=input
*.sh             crlf=input
*.sh.in          crlf=input

*.bat           -crlf
*.bat.in        -crlf
*.dsp           -crlf
*.dsptemplate   -crlf
*.dsw           -crlf
*.pfx           -crlf
*.png           -crlf
*.sln           -crlf
*.vcproj        -crlf

*.c              whitespace=tab-in-indent
*.h              whitespace=tab-in-indent
*.cxx            whitespace=tab-in-indent
*.txt            whitespace=tab-in-indent
*.cmake          whitespace=tab-in-indent
back to top