(transferring from EESSI/software-layer#1107 (comment))
In Bundle easyblock we're calling comp.test_step, we should be calling comp._test_step to make it aware of ignore_test_failure.
And may we should reconsider the naming in EasyBlock, so calling out to test_step ensures that ignore_test_failure is taken into account...
(transferring from EESSI/software-layer#1107 (comment))
In
Bundleeasyblock we're callingcomp.test_step, we should be callingcomp._test_stepto make it aware ofignore_test_failure.And may we should reconsider the naming in
EasyBlock, so calling out totest_stepensures thatignore_test_failureis taken into account...