Prospective fix for builds in the CI system on Windows machines
authorSimon Hausmann <simon.hausmann@digia.com>
Wed, 7 Aug 2013 08:20:13 +0000 (10:20 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 7 Aug 2013 09:51:25 +0000 (11:51 +0200)
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>
.gitmodules

index b813acb..9f78879 100644 (file)
@@ -1,3 +1,4 @@
 [submodule "tests/manual/v4/test262"]
        path = tests/manual/v4/test262
        url = git://github.com/tronical/test262.git
+       update = none