diff talosnames/api.py @ 29:905daa511aa4

minor improvements
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 17 Jul 2012 14:17:41 -0700
parents c6a042aad739
children 3f7bc028d6eb
line wrap: on
line diff
--- a/talosnames/api.py	Fri Jul 13 15:56:04 2012 -0700
+++ b/talosnames/api.py	Tue Jul 17 14:17:41 2012 -0700
@@ -120,6 +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
         call(['PerfConfigurator'] + command, stdout=subprocess.PIPE, cwd=talos_dir)
         assert os.path.exists(outfile)
         config = yaml.load(file(outfile))