You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/22 21:25:55 UTC

cordova-medic git commit: CB-9660 Don't kill emulators/apps after failed test run

Repository: cordova-medic
Updated Branches:
  refs/heads/master 3b913d11e -> 16843dc9c


CB-9660 Don't kill emulators/apps after failed test run


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/16843dc9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/16843dc9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/16843dc9

Branch: refs/heads/master
Commit: 16843dc9c482865223fff83abbe0496a8aa25e91
Parents: 3b913d1
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Sep 22 15:31:12 2015 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Sep 22 15:33:12 2015 +0300

----------------------------------------------------------------------
 buildbot-conf/cordova.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/16843dc9/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index 96aee88..5cc5e44 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -350,7 +350,7 @@ def cordova_steps_run_tests(platform, extra_args=list()):
                 '--timeout',  TEST_RUN_TIMEOUT - 60
             ] + extra_args,
             description   = 'running tests',
-            haltOnFailure = False,
+            haltOnFailure = True,
         ),
 
         SH(
@@ -364,6 +364,7 @@ def cordova_steps_run_tests(platform, extra_args=list()):
             timeout        = LOG_GETTING_TIMEOUT,
             haltOnFailure  = False,
             flunkOnFailure = False,
+            alwaysRun      = True,
         ),
 
         SH(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org