summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-01-30 20:48:35 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2013-01-31 07:01:54 +0100
commitb1d9d6efa2ac138a15aac6b9f330a36a9d4a7390 (patch)
treed3ebc944354a63e70da0f362303935a9e305fe97 /tests
parentb2bf89d53c84a28e9f0b4791f27db5a2f4607fbf (diff)
Make things more compliant with a regular Qt module
Move the v4 tool into basedir/tools/v4 Small fix to sync.profile Install v4 into QT_INSTALL_BINS adjust test262.py to simply call 'v4' by default Change-Id: If78f40632c226bc26f64b0eea06fe93d7770af3e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test262.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test262.py b/tests/test262.py
index 607fca72..25cfec3b 100755
--- a/tests/test262.py
+++ b/tests/test262.py
@@ -113,7 +113,7 @@ EXCLUDE_LIST = [x.getAttribute("id") for x in EXCLUDE_LIST]
def BuildOptions():
result = optparse.OptionParser()
- result.add_option("--command", default=path.abspath(rootDir + "/../v4"), help="The command-line to run")
+ result.add_option("--command", default="v4", 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",