Skip to content

Commit 1193712

Browse files
committed
Restore the cleanup on end
1 parent ba811c6 commit 1193712

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build/run-testsapp.grunt.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,6 @@ module.exports = {
268268
"clean:simulatorLog"
269269
]);
270270

271-
272-
//xcrun instruments -s
273271
grunt.registerTask("testsapp", [
274272
"clean:workingDir",
275273
"mkdir:workingDir",
@@ -294,8 +292,8 @@ module.exports = {
294292
getPlatformSpecificTask("exec:start{platform}App"),
295293
getPlatformSpecificTask("collectLog{platform}"),
296294

297-
// getPlatformSpecificTask("exec:kill{platform}Emulator"),
298-
// "clean:workingDir"
295+
getPlatformSpecificTask("exec:kill{platform}Emulator"),
296+
"clean:workingDir"
299297
]);
300298
}
301299
}

0 commit comments

Comments
 (0)