From 94a7499aadd39110c67fd5786b9d69831d350563 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 27 Oct 2015 17:14:08 +0200 Subject: [PATCH] Add a breaking command --- build/run-testsapp.grunt.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index 238ab99a2..7bc5c4684 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -164,6 +164,9 @@ module.exports = { }, startAndroidApp: { cmd: "adb shell am start -n " + localCfg.deployedAppName + "/" + localCfg.mainActivityName + }, + uninstallExistingiOSApp: { + cmd: "bash -c 'exit 1'" } }, untar: {