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" ]); } }