From 9c2086d0f33471647716ec63689dea7d8573de61 Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Thu, 1 Nov 2001 23:37:36 +0000 Subject: [PATCH] removed killing of leftover selfservers, since multiple QAs need to peacefully coexist... will file enhancement request against myself --- security/nss/tests/nssqa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/tests/nssqa b/security/nss/tests/nssqa index d20ac340af63..a12b4319cf3e 100755 --- a/security/nss/tests/nssqa +++ b/security/nss/tests/nssqa @@ -41,7 +41,7 @@ if [ -z "$O_TBX" -o "$O_TBX" != "ON" ] ; then # creates to implement a primitive locking mechanism fi -KILL_SELFSERV=ON # cleanup will also kill the leftover selfserv processes +KILL_SELFSERV=OFF # cleanup will also kill the leftover selfserv processes ################################ check_distdir ######################### # local shell function to check if the DIST directory exists, if not there @@ -77,7 +77,7 @@ check_distdir() run_all() { check_distdir || return 1 - kill_by_name selfserv + #kill_by_name selfserv ask "Testing $OBJDIR continue with all.sh" "y" "n" || Exit Debug "running all.sh in `pwd`"