Code Review
/
testsuite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
17ccf95
)
No longer blindly kill chrome processes
71/71671/1
author
Gary Wu
<gary.i.wu@huawei.com>
Thu, 1 Nov 2018 18:56:34 +0000
(11:56 -0700)
committer
Gary Wu
<gary.i.wu@huawei.com>
Thu, 1 Nov 2018 18:56:34 +0000
(11:56 -0700)
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>
runTags.sh
patch
|
blob
|
history
diff --git
a/runTags.sh
b/runTags.sh
index
6f34c6a
..
57215d1
100755
(executable)
--- 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