From 386683eb13611b28170f662d79e31f810efc27fd Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 1 Nov 2018 11:56:34 -0700 Subject: [PATCH] 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 --- runTags.sh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.16.6