summaryrefslogtreecommitdiff
path: root/tools/packaging/packagerConfig.py
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-02-27 15:46:23 -0800
committerDavid Fugate <dfugate@microsoft.com>2012-02-27 15:46:23 -0800
commit35a0552b5336d5d0978903f528fbd1b62c369532 (patch)
treeb066ffcb70c151f9a8de6f0ba3c862c9e11b6183 /tools/packaging/packagerConfig.py
parent566bbcb316d3a161afa084c6b15b05fbd5315d56 (diff)
downloadtest262-35a0552b5336d5d0978903f528fbd1b62c369532.tar.gz
Migrated latest external\contributions\Microsoft\ietcLatest changes over to test\suite\*.
Diffstat (limited to 'tools/packaging/packagerConfig.py')
-rw-r--r--tools/packaging/packagerConfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/packaging/packagerConfig.py b/tools/packaging/packagerConfig.py
index d86f2792d..37b1b009f 100644
--- a/tools/packaging/packagerConfig.py
+++ b/tools/packaging/packagerConfig.py
@@ -88,11 +88,9 @@ def generateHarness(harnessType, jsonName, title):
if TEMPLATE_LINES==None or harnessType!=__lastHarnessType:
__lastHarnessType = harnessType
TEMPLATE_LINES = []
-
with open(os.path.join(os.getcwd(), "templates",
"runner." + harnessType + ".html"), "r") as f:
TEMPLATE_LINES = f.readlines()
-
fileName = os.path.join(TEST262_ROOT, WEBSITE_SHORT_NAME,
jsonName.replace(".json", ".html"))
fileNameExists = False