summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-03-19 19:54:16 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-03-19 19:54:16 +0000
commit3600cb9ed7701e05e3bf24d476e5940ac8543828 (patch)
treeef0ba270158338872725ffb86a2b7c7c272c115e
parent4bbafa75ce6122c360d941be46dddf275b469c8a (diff)
downloadnss-hg-3600cb9ed7701e05e3bf24d476e5940ac8543828.tar.gz
uploading only waht's specified in the parameters
-rwxr-xr-xsecurity/nss/tests/qa_stage12
1 files changed, 10 insertions, 2 deletions
diff --git a/security/nss/tests/qa_stage b/security/nss/tests/qa_stage
index 85ab355f8..f818c605a 100755
--- a/security/nss/tests/qa_stage
+++ b/security/nss/tests/qa_stage
@@ -289,9 +289,17 @@ fi
cd $STAGE_1 || (Echo "Cant cd to $STAGE_1 , exit"; exit)
Echo "tar..."
if [ "$O_SILENT" = "ON" ] ; then
- tar cf all.tar daily_qa tinderbox
+ TARPARAM=cf
else
- tar cvf all.tar daily_qa tinderbox
+ TARPARAM=cvf
+fi
+
+if [ "$DO_DQA" = "ON" && "$DO_TBX" = "ON" ] ; then
+ tar $TARPARAM all.tar daily_qa tinderbox
+elif [ "$DO_DQA" = "ON" ] ; then
+ tar $TARPARAM all.tar daily_qa
+else
+ tar $TARPARAM all.tar tinderbox
fi
gzip all.tar
# ssh-agent > /u/sonmi/.ssh/ssh-agent.info