From: Alan T. DeKok Date: Fri, 3 Dec 2021 15:11:58 +0000 (-0500) Subject: things inside of a "parallel" block are children X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7616eb5a8451dbdf6f27989f3dd8e16b14beb17f;p=thirdparty%2Ffreeradius-server.git things inside of a "parallel" block are children so that we have to update the parent if we want the results to be persistent --- diff --git a/src/tests/keywords/parallel-rcode b/src/tests/keywords/parallel-rcode index 00f2c7be654..d890eb9e09f 100644 --- a/src/tests/keywords/parallel-rcode +++ b/src/tests/keywords/parallel-rcode @@ -50,7 +50,7 @@ group { fail { fail = 10 # Higher priority than ok and no longer action return } - update request { # This should now be dispatched + update parent.request { # This should now be dispatched &Tmp-String-0 := 'foo' } }