aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 23bbe5eabda..c21def01243 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -895,7 +895,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()