aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2011-09-25 12:22:44 -0700
committerDavid Fugate <dfugate@microsoft.com>2011-09-25 12:22:44 -0700
commitffbed26afd7d00487153e356fe863c7f490321e4 (patch)
treefc63414c4adfa28e9ab629adc6bdc2a9276e5af7 /tools
parent64c65066dbbb0a1d205dc9b31accddd94691df0c (diff)
Updated convert.js to use new IETC directory.
Diffstat (limited to 'tools')
-rw-r--r--tools/converter/convert.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index abee2511f..06c695c65 100644
--- a/tools/converter/convert.js
+++ b/tools/converter/convert.js
@@ -24,7 +24,7 @@
var CONTRIB_DIRS = [
['test', 'suite', 'other'],
['test', 'suite', 'sputnik', 'Conformance'],
- ['test', 'suite', 'ietestcenter']
+ ['external', 'contributions', 'Microsoft', 'ietc_262modified']
];
var CONVERTED_DIR = ['test', 'suite', 'converted'];
@@ -40,7 +40,7 @@
* actually derived from sources.
*/
var EXTRA_GLOBAL_SCOPE_TESTS = [
- ['test', 'suite', 'IETCGlobalScope.js']
+ ['external', 'contributions', 'Microsoft', 'ietc_262modified', 'IETCGlobalScope.js']
];
/**
@@ -457,7 +457,7 @@
var nextRelPath = relPath.concat([name]);
if (platform.isDirectory(inBase.concat(nextRelPath))) {
convertAll(inBase, outBase, nextRelPath);
- } else if (/\.js$/.test(name)) {
+ } else if (/\.js$/.test(name) && !(/IETCGlobalScope\.js$/.test(name))) {
var outFilePath = outPath.concat([name]);
try {
platform.writeSpawn(