aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 22:40:54 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-17 22:40:54 +0000
commit32e0b3699c764d820c6d788b8e66e5c68681ccc9 (patch)
tree4d11777d43177df7ddef3ffae660b2f878cca18f /test/test.sh
parentb2b0514a7c61c201f90491a0c5e581e4fd639ed3 (diff)
preparation for a very simple regression test
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17342 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'test/test.sh')
-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")