diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-01 11:56:34 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-01 11:56:34 -0700 |
commit | 386683eb13611b28170f662d79e31f810efc27fd (patch) | |
tree | e0c1d5ca2c57598b57a206dfca3bf931823b35c7 | |
parent | 17ccf95911c5673608f52254403679fa103bbba8 (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-x | runTags.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -101,7 +101,4 @@ do fi done -# Blindly clean up all outstanding chrome processes -pkill chrome - exit $RET_CODE |