Skip to content

make sure a test fails if its reference file is not found

Sebastien Ponce requested to merge lhcb/Gaudi:sponce_failTestWhenNoRef into master

Before this, if a reference file was mentionned in a test but not found during the validation, the test was successful. Now it will fail with reason "Reference file not found" Note that in case no reference file is given, the test will still succeed

Edited by Marco Clemencic

Merge request reports