summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_submit/FILESNoBuildId-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* ctest: only create buildid when submitting from Testing/ dirZack Galbreath2018-09-281-0/+1
In 7f530cc we taught CTest to pass extra information to CDash at submit time. This extra info is used by CDash to initialize a buildid. `ctest_submit(FILES)` can be used to send specific files to CDash. These files are not necessarily associated with the build currently being performed. For this reason, we modify the behavior of ctest_submit() to only specify this extra info when we are submitting files from the current build's Testing directory.