Bug 568698 - Instead of fixing two globals in the jetpack process, allow jetpack to create sandboxes in which to load user code and implementation modules, r=bent

This commit is contained in:
Benjamin Smedberg
2010-07-08 09:40:07 -07:00
parent 122361efed
commit 174fb9fbc8
9 changed files with 172 additions and 143 deletions

View File

@@ -175,7 +175,7 @@ class XPCShellTests(object):
'-e', 'print("To start the test, type |_execute_test();|.");',
'-i']
else:
self.xpcsRunArgs = ['-e', '_execute_test();']
self.xpcsRunArgs = ['-e', '_execute_test(); quit(0);']
def getPipes(self):
"""