Skip to content

CI: Check for Presence of at Least One PASS or FAIl Condition

Simon Spannagel requested to merge test_conditions into master

We do allow multiple pass/fail conditions, but they are OR'ed. THis is now properly described in the manual. Now we also just check there is any PASS or FAIL condition defined for every tests and error out if not.

Merge request reports