summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-11-01 11:56:34 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-11-01 11:56:34 -0700
commit386683eb13611b28170f662d79e31f810efc27fd (patch)
treee0c1d5ca2c57598b57a206dfca3bf931823b35c7
parent17ccf95911c5673608f52254403679fa103bbba8 (diff)
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 <gary.i.wu@huawei.com>
-rwxr-xr-xrunTags.sh3
1 files changed, 0 insertions, 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