diff --git a/src/xreq-steps-result.adb b/src/xreq-steps-result.adb index 6ca2ef5..7f5f755 100644 --- a/src/xreq-steps-result.adb +++ b/src/xreq-steps-result.adb @@ -112,6 +112,7 @@ package body XReq.Steps.Result is Log.Put_Line (" " & Stanza.R.To_String); end if; Errors := True; + return; end; if not Match.Match then RegExp := To_Unbounded_String (Stanza.R.To_Regexp);