Bug 119558

Summary: Clean up: Simplifying the printing of the command line arguments passed to jsDriver.pl
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

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.