From 7d7220fec17cfbba6d9deeb0fb942b1fcc420a34 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 17 Feb 2006 22:40:54 +0000 Subject: preparation for a very simple regression test svn path=/trunk/; revision=17342 --- test/test.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') 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") -- cgit v1.2.3