Repository: cordova-medic Updated Branches: refs/heads/master 765186034 -> eb41b0634
Added a script that calls `cordova 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/eb41b063 Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/eb41b063 Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/eb41b063 Branch: refs/heads/master Commit: eb41b063474c356559533d6f8c9345182a4795db Parents: 7651860 Author: Max Woghiren <[email protected]> Authored: Thu Aug 14 16:54:14 2014 -0400 Committer: Max Woghiren <[email protected]> Committed: Thu Aug 14 16:54:14 2014 -0400 ---------------------------------------------------------------------- runner/runcdvtests.sh | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/eb41b063/runner/runcdvtests.sh ---------------------------------------------------------------------- diff --git a/runner/runcdvtests.sh b/runner/runcdvtests.sh new file mode 100755 index 0000000..134c9f1 --- /dev/null +++ b/runner/runcdvtests.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# Loads and runs cordova tests. +# +exec ../cordova-cli/bin/cordova run $1 +
