aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/manual/v4/test262.py2
-rw-r--r--tests/manual/v4/tests.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/v4/test262.py b/tests/manual/v4/test262.py
index 9f2ba80996..dbc6049a1a 100755
--- a/tests/manual/v4/test262.py
+++ b/tests/manual/v4/test262.py
@@ -153,7 +153,7 @@ EXCLUDE_LIST = [x.getAttribute("id") for x in EXCLUDE_LIST]
def BuildOptions():
result = optparse.OptionParser()
- result.add_option("--command", default="v4", help="The command-line to run")
+ result.add_option("--command", default="qmljs", help="The command-line to run")
result.add_option("--tests", default=path.abspath(rootDir + '/test262'),
help="Path to the tests")
result.add_option("--cat", default=False, action="store_true",
diff --git a/tests/manual/v4/tests.pro b/tests/manual/v4/tests.pro
index 5a0a97dcd3..a86a6bf6af 100644
--- a/tests/manual/v4/tests.pro
+++ b/tests/manual/v4/tests.pro
@@ -1,7 +1,7 @@
TEMPLATE = aux
TESTSCRIPT=$$PWD/test262.py
-V4CMD = v4
+V4CMD = qmljs
checktarget.target = check
checktarget.commands = python $$TESTSCRIPT --command=$$V4CMD --parallel --with-test-expectations --update-expectations