You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2014/03/13 22:23:20 UTC

[1/2] git commit: updated jasmine dependency for timing

Repository: cordova-cli
Updated Branches:
  refs/heads/master 150323053 -> 55a31889d


updated jasmine dependency for timing

update to jasmine for intervening fixes


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/02bb2c7e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/02bb2c7e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/02bb2c7e

Branch: refs/heads/master
Commit: 02bb2c7e3acd15716fe79ece145acd462e0371d1
Parents: 1503230
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Mar 13 14:16:26 2014 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Thu Mar 13 14:16:26 2014 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/02bb2c7e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ca85b82..f2af297 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
     "underscore":"1.4.4"
   },
   "devDependencies": {
-    "jasmine-node": "1.8.x"
+    "jasmine-node": "1.13.x"
   },
   "author": "Anis Kadri",
   "contributors": [


[2/2] git commit: [CB-6238] minor fix, removed echo statements from bash hook tests

Posted by lo...@apache.org.
[CB-6238] minor fix, removed echo statements from bash hook tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/55a31889
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/55a31889
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/55a31889

Branch: refs/heads/master
Commit: 55a31889d1ca46a027ebd34eb1abd54f469688c8
Parents: 02bb2c7
Author: lorinbeer <lo...@adobe.com>
Authored: Thu Mar 13 14:22:40 2014 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Thu Mar 13 14:22:40 2014 -0700

----------------------------------------------------------------------
 e2e/fixtures/hooks_sh/test/07.sh | 2 +-
 e2e/fixtures/hooks_sh/test/1.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/55a31889/e2e/fixtures/hooks_sh/test/07.sh
----------------------------------------------------------------------
diff --git a/e2e/fixtures/hooks_sh/test/07.sh b/e2e/fixtures/hooks_sh/test/07.sh
index 172de1c..f410ee2 100755
--- a/e2e/fixtures/hooks_sh/test/07.sh
+++ b/e2e/fixtures/hooks_sh/test/07.sh
@@ -1,2 +1,2 @@
-echo "this is script 0 in `pwd`";
+#echo "this is script 0 in `pwd`";
 echo b >> hooks_order.txt

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/55a31889/e2e/fixtures/hooks_sh/test/1.sh
----------------------------------------------------------------------
diff --git a/e2e/fixtures/hooks_sh/test/1.sh b/e2e/fixtures/hooks_sh/test/1.sh
index 82abb8b..892869d 100755
--- a/e2e/fixtures/hooks_sh/test/1.sh
+++ b/e2e/fixtures/hooks_sh/test/1.sh
@@ -1,4 +1,4 @@
-echo "this is script 1 in `pwd`";
+#echo "this is script 1 in `pwd`";
 echo a >> hooks_order.txt
 echo $1 > hooks_params.txt
 node -e "console.log(JSON.stringify(process.env, null, 2))" > hooks_env.json