Skip to content

Commit 94a7499

Browse files
committed
Add a breaking command
1 parent 8355634 commit 94a7499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/run-testsapp.grunt.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ module.exports = {
164164
},
165165
startAndroidApp: {
166166
cmd: "adb shell am start -n " + localCfg.deployedAppName + "/" + localCfg.mainActivityName
167+
},
168+
uninstallExistingiOSApp: {
169+
cmd: "bash -c 'exit 1'"
167170
}
168171
},
169172
untar: {

0 commit comments

Comments
 (0)