From f9851c1ac6a5077ab2faf811397cf0e914ee9fd3 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 15 Oct 2015 14:30:03 +0300 Subject: [PATCH] Kill the emulator at end --- runtestsapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtestsapp.sh b/runtestsapp.sh index b792d8aeb..3eef5c7a4 100755 --- a/runtestsapp.sh +++ b/runtestsapp.sh @@ -65,4 +65,4 @@ echo "------------------------------------------------" echo "Waiting for the tests to finish executing..." time ./expect.exp -#pkill ".*emulator64-x86" && true +pkill ".*emulator64-x86" && true