From 7e3de24bcc5e833cded21ddce8b8f19ba2512b00 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 18 Oct 2018 12:12:58 -0700 Subject: [PATCH] Clean up chrome processes after each ete test run Change-Id: If48676e8fc7b4497da9f88b29d1794136515a785 Issue-ID: INT-586 Signed-off-by: Gary Wu --- runTags.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.16.6