Repository: cordova-windows Updated Branches: refs/heads/master eb9148b8c -> 29457595f
CB-7493 Adds 'space-in-path' and 'unicode in name' tests for CI Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/ea8650c6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/ea8650c6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/ea8650c6 Branch: refs/heads/master Commit: ea8650c69272c075d41525bf6ca7cd6b6b686508 Parents: eb3a468 Author: Vladimir Kotikov <[email protected]> Authored: Mon Sep 8 18:02:44 2014 +0400 Committer: Vladimir Kotikov <[email protected]> Committed: Fri Sep 19 09:56:10 2014 +0400 ---------------------------------------------------------------------- windows/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/ea8650c6/windows/package.json ---------------------------------------------------------------------- diff --git a/windows/package.json b/windows/package.json index 86253d9..32d9f7c 100644 --- a/windows/package.json +++ b/windows/package.json @@ -19,7 +19,7 @@ "shelljs": "~0.3" }, "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" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
