summaryrefslogtreecommitdiff
path: root/tools/packaging
diff options
context:
space:
mode:
authorBrian Terlson <brian.terlson@microsoft.com>2014-12-09 14:52:12 -0800
committerBrian Terlson <brian.terlson@microsoft.com>2014-12-09 14:52:12 -0800
commitb81b71eac270824739107588f26eb684a7729eb3 (patch)
tree03fc1d9727d07bcde8c9704553c8b9d15efec0c3 /tools/packaging
parent38291966ff5421520683419e35871bdafbaa6065 (diff)
downloadqtdeclarative-testsuites-b81b71eac270824739107588f26eb684a7729eb3.tar.gz
Fix packager.py for updated locations
Diffstat (limited to 'tools/packaging')
-rw-r--r--tools/packaging/packagerConfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/packaging/packagerConfig.py b/tools/packaging/packagerConfig.py
index c55a41e18..47e2d09a3 100644
--- a/tools/packaging/packagerConfig.py
+++ b/tools/packaging/packagerConfig.py
@@ -52,7 +52,7 @@ WEBSITE_CASES_PATH = "json/"
#The name of a file which contains a list of tests which should be
#disabled in test262. These tests are either invalid as-per ES5 or
#have issues with the test262 web harness.
-EXCLUDED_FILENAME = os.path.join(TEST262_ROOT, "test", "excludelist.xml")
+EXCLUDED_FILENAME = os.path.join(TEST262_ROOT, "excludelist.xml")
WEBSITE_EXCLUDE_RE_LIST = ["bestPractice", "intl402"]
WEBSITE_EXCLUDE_RE_LIST = [ re.compile(x) for x in WEBSITE_EXCLUDE_RE_LIST]