From: Arran Cudbard-Bell Date: Wed, 30 Apr 2025 18:13:24 +0000 (-0400) Subject: Move success out of the catch section, this ensure execution continues X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e051f6c0e2bc3db1dcbd33711872026464ab1647;p=thirdparty%2Ffreeradius-server.git Move success out of the catch section, this ensure execution continues --- diff --git a/src/tests/keywords/try b/src/tests/keywords/try index 6d29b00033..dc47fb6506 100644 --- a/src/tests/keywords/try +++ b/src/tests/keywords/try @@ -22,6 +22,6 @@ catch ok reject fail { if bar { test_fail } - - success } + +success