We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba811c6 commit 1193712Copy full SHA for 1193712
build/run-testsapp.grunt.js
@@ -268,8 +268,6 @@ module.exports = {
268
"clean:simulatorLog"
269
]);
270
271
-
272
-//xcrun instruments -s
273
grunt.registerTask("testsapp", [
274
"clean:workingDir",
275
"mkdir:workingDir",
@@ -294,8 +292,8 @@ module.exports = {
294
292
getPlatformSpecificTask("exec:start{platform}App"),
295
293
getPlatformSpecificTask("collectLog{platform}"),
296
297
-// getPlatformSpecificTask("exec:kill{platform}Emulator"),
298
-// "clean:workingDir"
+ getPlatformSpecificTask("exec:kill{platform}Emulator"),
+ "clean:workingDir"
299
300
}
301
0 commit comments