aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-backend.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-30 17:51:54 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-30 17:51:54 +0000
commit1bf7a61ac02c772c9399aff87a44843aba90366d (patch)
treec00103f0c05eb604dfb18ef09cbcc842ea705495 /test/test-backend.sh
parent17ce01b48d3dff111bc6c1333855865ea9ccb004 (diff)
Add a decryption test suite along with an SSL decryption test. Move our
growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852
Diffstat (limited to 'test/test-backend.sh')
-rwxr-xr-xtest/test-backend.sh20
1 files changed, 12 insertions, 8 deletions
diff --git a/test/test-backend.sh b/test/test-backend.sh
index 335b861511..a2a1b91b1f 100755
--- a/test/test-backend.sh
+++ b/test/test-backend.sh
@@ -114,7 +114,7 @@ test_suite_run() {
fi
echo "### Test suite results ###"
echo -n -e $color_green
- echo "Ok : $TEST_OK"
+ echo "OK : $TEST_OK"
echo -n -e $color_red
echo "Failed: $TEST_FAILED"
echo -n -e $color_yellow
@@ -278,7 +278,7 @@ test_step_ok() {
echo -n -e $color_green
if [ $TEST_OUTPUT = "VERBOSE" ]; then
- echo " Ok"
+ echo " OK"
else
echo -n .
fi
@@ -336,9 +336,13 @@ test_step_output_print() {
done
}
-## Emacs
-## Local Variables:
-## tab-width: 8
-## indent-tabs-mode: t
-## sh-basic-offset: 8
-## End:
+# Editor modelines
+#
+# Local Variables:
+# sh-basic-offset: 8
+# tab-width: 8
+# indent-tabs-mode: t
+# End:
+#
+# ex: set shiftwidth=8 tabstop=8 noexpandtab:
+# :indentSize=8:tabSize=8:noTabs=false: