exitBlockOnFail swallow nested exitBlockOnFail

Hi,

With my version of gatling 2.2.0-M3, it seems that when I embed an exitBlockOnFail block inside another exitBlockOnFail block, when a failure is throws within the inner block, execution continue after the outside block.
I don’t know if this is the correct behaviour, but it would be great to have the posibility to choose the propagation behavior of a failure.

Hi,

It seems to be fixed in master.

Cheers,