From c5c3595f3a843af873f1b157e05a00cbb00926cf Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Fri, 9 Feb 2024 22:25:13 -0400 Subject: [PATCH] Made the closing of the applcation faster at the end of the tests --- framework/src/source/Rooibos.bs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/framework/src/source/Rooibos.bs b/framework/src/source/Rooibos.bs index d94575f4..91c08249 100644 --- a/framework/src/source/Rooibos.bs +++ b/framework/src/source/Rooibos.bs @@ -34,7 +34,9 @@ namespace rooibos if runner.config.keepAppOpen = false ? "keepAppOpen is false; exiting Rooibos" - return + ' End statement will also exit the caller of this function + ' leading to an instant exit of the application + end end if end if