diff --git a/.gitmodules b/.gitmodules index 54d5c5e2..ea9a7388 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "test/test-suite"] path = test/test-suite + branch = develop url = git://github.com/json-schema/JSON-Schema-Test-Suite.git diff --git a/Rakefile b/Rakefile index 17b40644..a6a66259 100644 --- a/Rakefile +++ b/Rakefile @@ -9,7 +9,7 @@ task :update_common_tests do unless File.read(".git/config").include?('submodule "test/test-suite"') sh "git submodule init" end - sh "git submodule update --quiet" + sh "git submodule update --remote --quiet" end Rake::TestTask.new do |t| diff --git a/test/test-suite b/test/test-suite index 9208016d..a7944d18 160000 --- a/test/test-suite +++ b/test/test-suite @@ -1 +1 @@ -Subproject commit 9208016d04c1b6774d5a17e8b037161873414edb +Subproject commit a7944d1850a18e4d0ad3bccc431be05f195111bf