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/21 23:42:59 UTC

cordova-medic git commit: CB-9660 Kill emulator/app process at the end of test run. This closes #63.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 6b783fbd3 -> 3b913d11e


CB-9660 Kill emulator/app process at the end of test run. This closes #63.


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

Branch: refs/heads/master
Commit: 3b913d11ec6d76de59ddd7f5238484bdbca4f7de
Parents: 6b783fb
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Sep 15 17:13:21 2015 +0300
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Sep 21 14:42:46 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/3b913d11/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index bccda76..96aee88 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -398,6 +398,9 @@ def makeRunSteps(platform, extra_args=list()):
     factory.addSteps(cordova_steps_get_plugins(CORE_PLUGINS))
     factory.addSteps(cordova_steps_create_mobilespec(platform))
     factory.addSteps(cordova_steps_run_tests(platform, extra_args=extra_args))
+    factory.addSteps([
+        SH(command=['node', 'cordova-medic/medic/medic.js', 'kill', '--platform', platform], description='killing running tasks'),
+    ])
 
     return factory
 


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