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:
5aeb30a
)
Clean up chrome processes after each ete test run
65/70765/1
author
Gary Wu
<gary.i.wu@huawei.com>
Thu, 18 Oct 2018 19:12:58 +0000
(12:12 -0700)
committer
Gary Wu
<gary.i.wu@huawei.com>
Thu, 18 Oct 2018 19:12:58 +0000
(12:12 -0700)
Change-Id: If48676e8fc7b4497da9f88b29d1794136515a785
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
57215d1
..
6f34c6a
100755
(executable)
--- a/
runTags.sh
+++ b/
runTags.sh
@@
-101,4
+101,7
@@
do
fi
done
+# Blindly clean up all outstanding chrome processes
+pkill chrome
+
exit $RET_CODE