summaryrefslogtreecommitdiff
path: root/tests/all.sh
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-11-24 19:43:14 +0100
committerKai Engert <kaie@kuix.de>2017-11-24 19:43:14 +0100
commit54bcffa1be6c2408126be455e567baee7d4474c2 (patch)
tree96a3fa2fd90d9b90e5010ff7fa33a21e056d607e /tests/all.sh
parent6809e13a1ff03267fb1f3ffa063ff1288c924192 (diff)
downloadnss-hg-54bcffa1be6c2408126be455e567baee7d4474c2.tar.gz
Bug 1377940, Change NSS default storage file format (currently DBM), when no prefix is given, to SQL, r=rrelyea, r=fkiefer
Diffstat (limited to 'tests/all.sh')
-rwxr-xr-xtests/all.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh
index d50b7078b..31af100eb 100755
--- a/tests/all.sh
+++ b/tests/all.sh
@@ -111,6 +111,8 @@ RUN_FIPS=""
########################################################################
run_tests()
{
+ echo "Running test cycle: ${TEST_MODE} ----------------------"
+ echo "List of tests that will be executed: ${TESTS}"
for TEST in ${TESTS}
do
# NOTE: the spaces are important. If you don't include
@@ -172,8 +174,9 @@ run_cycle_pkix()
NSS_SSL_TESTS=`echo "${NSS_SSL_TESTS}" | sed -e "s/normal//g" -e "s/fips//g" -e "s/_//g"`
export -n NSS_SSL_RUN
- # use the default format
+ # use the default format. (unset for the shell, export -n for binaries)
export -n NSS_DEFAULT_DB_TYPE
+ unset NSS_DEFAULT_DB_TYPE
run_tests
}