mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 692987 - Add -d flag to xpcshell to run with JSD enabled (r=ted)
--HG-- extra : rebase_source : a26e627ca221fffe2383dc133511fe04b614009a
This commit is contained in:
parent
1b16e1c672
commit
91e792c44e
@ -499,11 +499,15 @@ class XPCShellTests(object):
|
||||
# The test file will have to be loaded after the head files.
|
||||
cmdT = self.buildCmdTestFile(name)
|
||||
|
||||
args = self.xpcsRunArgs
|
||||
if 'debug' in test:
|
||||
args.insert(0, '-d')
|
||||
|
||||
try:
|
||||
self.log.info("TEST-INFO | %s | running test ..." % name)
|
||||
startTime = time.time()
|
||||
|
||||
proc = self.launchProcess(cmdH + cmdT + self.xpcsRunArgs,
|
||||
proc = self.launchProcess(cmdH + cmdT + args,
|
||||
stdout=pStdout, stderr=pStderr, env=self.env, cwd=testdir)
|
||||
|
||||
# Allow user to kill hung subprocess with SIGINT w/o killing this script
|
||||
|
Loading…
Reference in New Issue
Block a user