summaryrefslogtreecommitdiff
path: root/security/nss/tests/cert/cert.sh
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-29 04:30:02 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-29 04:30:02 +0000
commitece0f7dde11d754233ff130f2d0424dec7d6b52a (patch)
tree0858c88232e31325ebbcacb496a8ba015a30b84c /security/nss/tests/cert/cert.sh
parentd3bfd141c5c3207dc9ee565eaaeb5be1e1cb7ce9 (diff)
parentf2d3aa43b14e2804a4346d577391ae9fee4d3a7d (diff)
downloadnss-hg-ece0f7dde11d754233ff130f2d0424dec7d6b52a.tar.gz
Bug 195127: Turn off debugging output now that we have the AIX tinderbox
working correctly.
Diffstat (limited to 'security/nss/tests/cert/cert.sh')
-rwxr-xr-xsecurity/nss/tests/cert/cert.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/nss/tests/cert/cert.sh b/security/nss/tests/cert/cert.sh
index b8373923f..11d59456a 100755
--- a/security/nss/tests/cert/cert.sh
+++ b/security/nss/tests/cert/cert.sh
@@ -610,12 +610,6 @@ y
MODSCRIPT
RET=$?
if [ "$RET" -ne 0 ]; then
- # Debugging output for bug 195127
- echo "Current directory is `pwd`"
- echo "ls -l ../../../../dist/${OBJDIR}/lib/libsoftokn3.chk"
- ls -l ../../../../dist/${OBJDIR}/lib/libsoftokn3.chk
- echo "ls -l ../../../../dist/${OBJDIR}/lib"
- ls -l ../../../../dist/${OBJDIR}/lib
html_failed "<TR><TD>${CU_ACTION} ($RET) "
cert_log "ERROR: ${CU_ACTION} failed $RET"
else