summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-03-22 07:46:06 +0000
committerwtc%netscape.com <devnull@localhost>2003-03-22 07:46:06 +0000
commitca958f9a2cc2db88024625c033ef04a59a782d91 (patch)
treee9149ac9b466c4c234d84a540e6388ad1ca5b303
parent6428e786b59b38a632fc84b712069fab134227b1 (diff)
downloadnss-hg-ca958f9a2cc2db88024625c033ef04a59a782d91.tar.gz
Added more debugging output for bug 195127.
-rwxr-xr-xsecurity/nss/tests/cert/cert.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/tests/cert/cert.sh b/security/nss/tests/cert/cert.sh
index e11fcbc9a..b8373923f 100755
--- a/security/nss/tests/cert/cert.sh
+++ b/security/nss/tests/cert/cert.sh
@@ -611,8 +611,11 @@ 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