Set and echo TZ settings

git-svn-id: svn://10.0.0.236/branches/NSS_LIBPKIX_BRANCH@179543 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
richard.freedman%sun.com
2005-09-02 17:11:33 +00:00
parent ec17224ae4
commit 5cbfdec6e5
3 changed files with 3 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ ParseArgs $*
Display "*******************************************************************************"
Display "START OF TESTS FOR PKIX_PL${memText}"
Display "START OF TESTS FOR PKIX_PL${memText} (TZ=$TZ)"
Display "*******************************************************************************"
Display ""

View File

@@ -71,7 +71,7 @@ function ParseArgs # args
ParseArgs $*
echo "*******************************************************************************"
echo "START OF TESTS FOR PKIX${memText}"
echo "START OF TESTS FOR PKIX${memText} (TZ=$TZ)"
echo "*******************************************************************************"
echo ""

View File

@@ -79,6 +79,7 @@ echo ""
TZ=US/Eastern
export TZ
echo "RUNNING tests in pkix_pl_test";
cd pkix_pl_tests;
runPLTests.sh ${arenasArg} ${checkMemArg} ${quietArg}