summaryrefslogtreecommitdiff
path: root/tests/gtests
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-02 10:14:21 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-02 10:14:21 +0200
commit9ca4b3c50ec2f73ae5dfdaebc89f5cbba94f2b13 (patch)
tree1cdd731d4ba9a85f854791237f8ab0a08acb8687 /tests/gtests
parenta1a43f9d003d4fd0403de6d14a132b9785d84a10 (diff)
downloadnss-hg-9ca4b3c50ec2f73ae5dfdaebc89f5cbba94f2b13.tar.gz
Bug 1306948 - Make DER integer decoding a little easer to read r=franziskus
Diffstat (limited to 'tests/gtests')
-rwxr-xr-xtests/gtests/gtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtests/gtests.sh b/tests/gtests/gtests.sh
index c5b23bb9d..1b341dd62 100755
--- a/tests/gtests/gtests.sh
+++ b/tests/gtests/gtests.sh
@@ -52,8 +52,8 @@ gtest_start()
PARSED_REPORT="$GTESTDIR/report.parsed"
echo "executing $i"
${BINDIR}/$i -d "$GTESTDIR" --gtest_output=xml:"${GTESTREPORT}"
- echo "test output dir: ${GTESTREPORT}"
html_msg $? 0 "$i run successfully"
+ echo "test output dir: ${GTESTREPORT}"
echo "executing sed to parse the xml report"
sed -f ${COMMON}/parsegtestreport.sed "${GTESTREPORT}" > "${PARSED_REPORT}"
echo "processing the parsed report"