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 <lars.knoll@digia.com>
This commit is contained in:
Simon Hausmann 2013-08-07 10:20:13 +02:00 committed by The Qt Project
parent b80db2ddbe
commit be3c0ce948
1 changed files with 1 additions and 0 deletions

1
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "tests/manual/v4/test262"]
path = tests/manual/v4/test262
url = git://github.com/tronical/test262.git
update = none