From 11937129f37593c5a26a399837f2b52c4ffe6e82 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 29 Oct 2015 15:12:25 +0200 Subject: [PATCH] Restore the cleanup on end --- build/run-testsapp.grunt.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index 86d85a311..049481b29 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -268,8 +268,6 @@ module.exports = { "clean:simulatorLog" ]); - -//xcrun instruments -s grunt.registerTask("testsapp", [ "clean:workingDir", "mkdir:workingDir", @@ -294,8 +292,8 @@ module.exports = { getPlatformSpecificTask("exec:start{platform}App"), getPlatformSpecificTask("collectLog{platform}"), -// getPlatformSpecificTask("exec:kill{platform}Emulator"), -// "clean:workingDir" + getPlatformSpecificTask("exec:kill{platform}Emulator"), + "clean:workingDir" ]); } }