diff options
author | Imanol Fernandez <mortimergoro@gmail.com> | 2017-11-01 17:51:05 +0100 |
---|---|---|
committer | Imanol Fernandez <mortimergoro@gmail.com> | 2017-11-02 12:21:53 +0100 |
commit | 90f657757f9aee2d5017ff8ee5e40f957502b4d1 (patch) | |
tree | ca56a7d41499667453586b0270674d5bbdb1753c /python/servo/testing_commands.py | |
parent | edb2db55b7fd72370a90fc65c5984d6b7e0f792f (diff) | |
download | servo-90f657757f9aee2d5017ff8ee5e40f957502b4d1.tar.gz servo-90f657757f9aee2d5017ff8ee5e40f957502b4d1.zip |
Add WebGL conformance 2.0.0 patches
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 9c322694f12..17d743a3f6d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -934,7 +934,7 @@ testing/web-platform/mozilla/tests for Servo-only tests""" % reference_path) @Command('update-webgl', description='Update the WebGL conformance suite tests from Khronos repo', category='testing') - @CommandArgument('--version', action='store_true', default='1.0.3', + @CommandArgument('--version', default='2.0.0', help='WebGL conformance suite version') def update_webgl(self, version=None): self.ensure_bootstrapped() |