aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit4fb5071cd44559b1f4f1bb06c4067a68a059994b (patch)
treeb066ffcb70c151f9a8de6f0ba3c862c9e11b6183 /tools
parentc39d9e37c85d921c762dda995b6aa5e12f39cbe0 (diff)
Migrated latest external\contributions\Microsoft\ietcLatest changes over to test\suite\*.
Diffstat (limited to 'tools')
-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