aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2017-01-18 20:08:44 +0100
committerRobin Burchell <robin.burchell@crimson.no>2017-01-19 19:44:22 +0000
commitedffdcf9b45641708fb242449b77e8e53ee05d87 (patch)
tree590b4c1c0c7edcdffd7c8c224a9307a078eb0ea9 /tests/manual
parentf6cc3c9a73765717c3e296ca97f17ba685f8baf4 (diff)
test262: Allow specifying a custom V4CMD
Useful for running a test tree against different qmljs or if qmljs is outside PATH. Change-Id: Ibaa24a15d32b21f9293db2c042fe3f1de3bb75eb Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/v4/tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/v4/tests.pro b/tests/manual/v4/tests.pro
index a86a6bf6af..ce4a34f7a0 100644
--- a/tests/manual/v4/tests.pro
+++ b/tests/manual/v4/tests.pro
@@ -1,7 +1,7 @@
TEMPLATE = aux
TESTSCRIPT=$$PWD/test262.py
-V4CMD = qmljs
+isEmpty(V4CMD): V4CMD = qmljs
checktarget.target = check
checktarget.commands = python $$TESTSCRIPT --command=$$V4CMD --parallel --with-test-expectations --update-expectations