aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 3cbe4a591e..db1d217d0b 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -111,7 +111,11 @@ do
exit 0
;;
"T" | "t" | "")
+LIMIT=1
+for ((a=1; a <= LIMIT ; a++)) # Double parentheses, and "LIMIT" with no "$".
+do
test_suite_run "${menu_title[MENU_LEVEL]}" "${menu_function[MENU_LEVEL]}"
+done
echo "----------------------------------------------------------------------"
;;
"U" | "u")