From: Gary Wu Date: Thu, 1 Nov 2018 18:56:34 +0000 (-0700) Subject: No longer blindly kill chrome processes X-Git-Tag: 1.3.1~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F71671%2F1;p=testsuite.git No longer blindly kill chrome processes No longer blindly kill chrome processes in order to support concurrent robot runs. Change-Id: Ic1cb0c8886550a01529b4d1aafcf65578214d8b1 Issue-ID: INT-586 Signed-off-by: Gary Wu --- diff --git a/runTags.sh b/runTags.sh index 6f34c6a1..57215d17 100755 --- a/runTags.sh +++ b/runTags.sh @@ -101,7 +101,4 @@ do fi done -# Blindly clean up all outstanding chrome processes -pkill chrome - exit $RET_CODE