summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslavomir.katuscak%sun.com <devnull@localhost>2007-10-15 12:47:09 +0000
committerslavomir.katuscak%sun.com <devnull@localhost>2007-10-15 12:47:09 +0000
commit44e10356d7542ab75c35980eef1212d1efcf5330 (patch)
treed521b4289a64ef589c49aa1ea395686992674140
parent97829ab42b90612210d29ec136aee68e507a0927 (diff)
downloadnss-hg-44e10356d7542ab75c35980eef1212d1efcf5330.tar.gz
Bug 398419: Adding variable needed to successfull run of previous patch.
-rw-r--r--security/nss/tests/memleak/memleak.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/tests/memleak/memleak.sh b/security/nss/tests/memleak/memleak.sh
index 178ddb635..00bbf75ea 100644
--- a/security/nss/tests/memleak/memleak.sh
+++ b/security/nss/tests/memleak/memleak.sh
@@ -183,6 +183,7 @@ memleak_init()
tbytes=0
tblocks=0
+ truns=0
}
########################### memleak_cleanup ############################
@@ -799,6 +800,7 @@ cnt_total()
echo ""
echo "TinderboxPrint:${OPT} Lk bytes: ${tbytes}"
echo "TinderboxPrint:${OPT} Lk blocks: ${tblocks}"
+ echo "TinderboxPrint:${OPT} Lk runs: ${runs}"
echo ""
}