You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/09/19 00:50:01 UTC

[26/27] git commit: CB-7493 Adds 'space-in-path' and 'unicode in name' tests for CI

CB-7493 Adds 'space-in-path' and 'unicode in name' tests for CI


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/08e99982
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/08e99982
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/08e99982

Branch: refs/heads/master
Commit: 08e99982c7284090e08761e442b89463cd107450
Parents: 6ca0d6e
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon Sep 8 18:05:05 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon Sep 8 18:05:05 2014 +0400

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


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/08e99982/wp8/package.json
----------------------------------------------------------------------
diff --git a/wp8/package.json b/wp8/package.json
index 038ad6c..09653e8 100644
--- a/wp8/package.json
+++ b/wp8/package.json
@@ -29,7 +29,7 @@
     "jasmine-node": "~1"
   },
   "scripts": {
-    "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
+    "test": "RMDIR /s /q \"testcreate 応用\" & bin\\create \"testcreate 応用\" com.test.app 応用 & \".\\testcreate 応用\\cordova\\build\" && RMDIR /s /q \"testcreate 応用\""
   },
   "author": "Apache Software Foundation",
   "license": "Apache Version 2.0"