summaryrefslogtreecommitdiffstats
path: root/menu/tests
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2003-10-23 18:44:36 +0000
committerHavoc Pennington <hp@pobox.com>2003-10-23 18:44:36 +0000
commitfc101901257dc8c9fe118d323d0fb79238e22df9 (patch)
treea9fed1a8e8dc9cc9314a42227712b80ed29b5bc0 /menu/tests
parent0763bb19496b63d66f98f0bb1e3d8ce667e8852e (diff)
downloadxdg-specs-fc101901257dc8c9fe118d323d0fb79238e22df9.tar.xz
fix printing results summary
Diffstat (limited to 'menu/tests')
-rwxr-xr-xmenu/tests/menutest1
1 files changed, 0 insertions, 1 deletions
diff --git a/menu/tests/menutest b/menu/tests/menutest
index 33dd4b8..c932fac 100755
--- a/menu/tests/menutest
+++ b/menu/tests/menutest
@@ -87,7 +87,6 @@ echo "OK tests: ${SUCCEEDED}"
if ! test -z "${FAILED}" ; then
echo "Failed tests: ${FAILED}"
- exit 1
fi
echo `echo ${SUCCEEDED} | wc -w`' tests passed, '`echo ${FAILED} | wc -w`' tests failed'