Add a breaking command

This commit is contained in:
Erjan Gavalji
2015-10-27 17:14:08 +02:00
parent 8355634274
commit 94a7499aad

View File

@@ -164,6 +164,9 @@ module.exports = {
},
startAndroidApp: {
cmd: "adb shell am start -n " + localCfg.deployedAppName + "/" + localCfg.mainActivityName
},
uninstallExistingiOSApp: {
cmd: "bash -c 'exit 1'"
}
},
untar: {