Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box

This commit is contained in:
Clint Talbert
2010-03-07 17:34:23 -08:00
parent b51e4506cb
commit a7c210544a
202 changed files with 601 additions and 667 deletions

View File

@@ -215,7 +215,6 @@ class XPCShellTests(object):
cmdT = ", ".join(['"' + f.replace('\\', '/') + '"'
for f in testTailFiles])
cmdH = xpcsCmd + \
['-e', 'const _SERVER_ADDR = "localhost";'] + \
['-e', 'const _HEAD_FILES = [%s];' % cmdH] + \
['-e', 'const _TAIL_FILES = [%s];' % cmdT]