RESOLVED FIXED Bug 119558
Clean up: Simplifying the printing of the command line arguments passed to jsDriver.pl
https://bugs.webkit.org/show_bug.cgi?id=119558
Summary Clean up: Simplifying the printing of the command line arguments passed to js...
Daniel Bates
Reported 2013-08-07 14:51:49 PDT
Currently in Tools/Scripts/run-javascriptcore-tests we construct the command line to run jsDriver.pl twice: once to pretty print it standard output, and once to actually execute it. Moreover, what we print to standard output isn't equivalent to the command line we run jsDriver.pl as we exclude the prefix of /Tools/jhbuild/jhbuild-wrapper that is added for the GTK and EFL ports. We should construct the command line to execute jsDriver.pl once and then print it to standard output.
Attachments
Patch (2.05 KB, patch)
2013-08-07 14:56 PDT, Daniel Bates
mrobinson: review+
Daniel Bates
Comment 1 2013-08-07 14:56:57 PDT
Daniel Bates
Comment 2 2013-08-07 14:59:33 PDT
Note You need to log in before you can comment on or make changes to this bug.