fix: disable DD4Hep tests in cmake
Came across this during reference bot developments.
Returning exit(77)
from a test kind of works, but not perfectly. While the test registers as "skipped", validation is still executed and this results in newly created empty reference files.
This would then result in automatic reference updates erasing the ref files of DD4Hep tests.
In this case, it is known at configuration time if those tests should be run or not, so I've moved the skipping to the CMake level.
Edited by Christoph Hasse
Merge request reports
Activity
added lhcb-head-2 label
- [2021-09-08 00:11] Validation started with lhcb-head-2#336
mentioned in commit e5aaeef9
mentioned in issue Moore#316 (closed)
added Build label
removed bug fix label
Please register or sign in to reply