summaryrefslogtreecommitdiff
path: root/security/nss/tests
diff options
context:
space:
mode:
authorslavomir.katuscak%sun.com <devnull@localhost>2009-06-16 10:20:25 +0000
committerslavomir.katuscak%sun.com <devnull@localhost>2009-06-16 10:20:25 +0000
commit9288a0e96167829254ca8a9b5659bad0cb9fdc82 (patch)
tree599fcd480ae761014767f77600fb8d4e2db06c06 /security/nss/tests
parent40ba3eb4b87b6955c7ee48c55722228fd5b14477 (diff)
downloadnss-hg-9288a0e96167829254ca8a9b5659bad0cb9fdc82.tar.gz
Bug 496305: Patch to report results from dbtest.sh to output.log. r=christophe
Diffstat (limited to 'security/nss/tests')
-rwxr-xr-xsecurity/nss/tests/dbtests/dbtests.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/nss/tests/dbtests/dbtests.sh b/security/nss/tests/dbtests/dbtests.sh
index e48d4dae9..5614e5120 100755
--- a/security/nss/tests/dbtests/dbtests.sh
+++ b/security/nss/tests/dbtests/dbtests.sh
@@ -80,8 +80,6 @@ dbtest_init()
fi
SCRIPTNAME="dbtests.sh"
- DBTEST_LOG=${HOSTDIR}/dbtest.log #we don't want all the errormessages
- # in the output.log, otherwise we can't tell what's a real error
RONLY_DIR=${HOSTDIR}/ronlydir
EMPTY_DIR=${HOSTDIR}/emptydir
CONFLICT_DIR=${HOSTDIR}/conflictdir
@@ -283,5 +281,5 @@ dbtest_main()
################## main #################################################
dbtest_init
-dbtest_main >$DBTEST_LOG 2>&1
+dbtest_main 2>&1
dbtest_cleanup