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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user