aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-10-18 12:12:58 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-10-18 12:12:58 -0700
commit7e3de24bcc5e833cded21ddce8b8f19ba2512b00 (patch)
tree2fed5ff1e03cf3cc2d887ed8afe1ca98e66483cd
parent5aeb30ad203bd5ec2445fb446d040c7d81611dbc (diff)
Clean up chrome processes after each ete test run
Change-Id: If48676e8fc7b4497da9f88b29d1794136515a785 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rwxr-xr-xrunTags.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/runTags.sh b/runTags.sh
index 57215d17..6f34c6a1 100755
--- 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