From: Simon Hausmann Date: Wed, 7 Aug 2013 08:20:13 +0000 (+0200) Subject: Prospective fix for builds in the CI system on Windows machines X-Git-Tag: upstream/5.2.1~743 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be3c0ce9480c5c464584c44a3f98413532f2bf6f;p=platform%2Fupstream%2Fqtdeclarative.git Prospective fix for builds in the CI system on Windows machines Don't check out the test262 module by default, it isn't strictly necessary at this point and is causing issues on some Windows machines. Change-Id: I633404f1c00d83dcbdca06a1d287623190323028 Reviewed-by: Lars Knoll --- diff --git a/.gitmodules b/.gitmodules index b813acb..9f78879 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "tests/manual/v4/test262"] path = tests/manual/v4/test262 url = git://github.com/tronical/test262.git + update = none