From b1d9d6efa2ac138a15aac6b9f330a36a9d4a7390 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 30 Jan 2013 20:48:35 +0100 Subject: 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 --- tests/test262.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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", -- cgit v1.2.3