Mercurial > mozilla > hg > talosnames
changeset 30:3f7bc028d6eb
better diagnostics
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 17 Jul 2012 14:23:06 -0700 |
parents | 905daa511aa4 |
children | c6580ad2612f |
files | talosnames/api.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/talosnames/api.py Tue Jul 17 14:17:41 2012 -0700 +++ b/talosnames/api.py Tue Jul 17 14:23:06 2012 -0700 @@ -120,7 +120,7 @@ outfile = tempfile.mktemp(suffix='.yml') command += ['-o', outfile] # add an output file command += ['-e', sys.executable] # add a pretend firefox so PerfConfigurator won't whine - print "\n%s" % command + print "\n%s" % subprocess.list2cmdline(command) call(['PerfConfigurator'] + command, stdout=subprocess.PIPE, cwd=talos_dir) assert os.path.exists(outfile) config = yaml.load(file(outfile))