Restore the cleanup on end

This commit is contained in:
Erjan Gavalji
2015-10-29 15:12:25 +02:00
parent ba811c6b06
commit 11937129f3

View File

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