Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 826525: Update tinderbox test automation to pass --parseable to c…
Browse files Browse the repository at this point in the history
…fx when testing jetpack. r=catlee
  • Loading branch information
Mossop committed Feb 15, 2013
1 parent 605687c commit 71bfa2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildfarm/utils/run_jetpack.py
Expand Up @@ -267,7 +267,7 @@ def summarizeJetpackTestLog(name, log):
# Run it!
if sdkdir:
os.chdir(sdkdir)
args = ['python', 'bin/cfx', '--verbose', 'testall', '-a', 'firefox',
args = ['python', 'bin/cfx', '--parseable', 'testall', '-a', 'firefox',
'-b', app_path]
process, output = runCommand(args)
if is_poller:
Expand Down

0 comments on commit 71bfa2e

Please sign in to comment.