aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-02-17 22:40:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-02-17 22:40:54 +0000
commit7d7220fec17cfbba6d9deeb0fb942b1fcc420a34 (patch)
tree4d11777d43177df7ddef3ffae660b2f878cca18f /test
parent86cf71c5a0fe2355b734361f576bfcaf6cf074fa (diff)
preparation for a very simple regression test
svn path=/trunk/; revision=17342
Diffstat (limited to 'test')
-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")