aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/v4
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-10-21 10:28:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-22 10:00:04 +0200
commitc7e7a650cd0a3cdcfd48b83c8d80c9d210a2662f (patch)
treeeabf5c6aab34021f61168ecc3e8ee98b2f49616d /tests/manual/v4
parentca8b72040349f60df45c6070ed617d4462c25779 (diff)
Rename v4 to qmljs
We don't want to officially support this binary in our release builds, so give it a "safer" name and enable it only in developer builds. Change-Id: Iaa007bc2ccdb133635161aae01d140efe0f44e23 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/manual/v4')
-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