Clean up chrome processes after each ete test run 65/70765/1
authorGary Wu <gary.i.wu@huawei.com>
Thu, 18 Oct 2018 19:12:58 +0000 (12:12 -0700)
committerGary 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

index 57215d1..6f34c6a 100755 (executable)
@@ -101,4 +101,7 @@ do
        fi
 done
 
+# Blindly clean up all outstanding chrome processes
+pkill chrome
+
 exit $RET_CODE