summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristophe.ravel.bugs%sun.com <devnull@localhost>2005-06-21 16:31:57 +0000
committerchristophe.ravel.bugs%sun.com <devnull@localhost>2005-06-21 16:31:57 +0000
commit24b4c350ffcd47ffccfd5bfaa0891730308aba69 (patch)
tree5f86e1230ae949c065cfb982524cecea5b2d753a
parent74dd63fd72212fa4b9b29b97fab72f5bc8672585 (diff)
downloadnss-hg-24b4c350ffcd47ffccfd5bfaa0891730308aba69.tar.gz
297965 - Add a marker at the end of the test result report (result.html)
r: Julien mozilla/security/nss/tests/common/cleanup.sh Add END_OF_TEST<BR> before </BODY>
-rwxr-xr-xsecurity/nss/tests/common/cleanup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/tests/common/cleanup.sh b/security/nss/tests/common/cleanup.sh
index 46f01b77f..a68f97b10 100755
--- a/security/nss/tests/common/cleanup.sh
+++ b/security/nss/tests/common/cleanup.sh
@@ -38,6 +38,7 @@
if [ -z "${CLEANUP}" -o "${CLEANUP}" = "${SCRIPTNAME}" ]; then
+ html "END_OF_TEST<BR>"
html "</BODY></HTML>"
rm -f ${TEMPFILES} 2>/dev/null
fi