[webkit-dev] make-script-test-wrappers not being maintained
Alexey Proskuryakov
ap at webkit.org
Thu Sep 8 08:52:50 PDT 2011
08.09.2011, в 00:58, Ryosuke Niwa написал(а):
> I'd be more annoyed by having to run a script on Terminal (and presumably giving it a relative path from LayoutTests).
FWIW, the new script supports other ways to provide the path:
make-new-script-test new-test.html (will create the test in current directory)
make-new-script-test fast/loader/new-test.html (a relative path is always from LayoutTests directory)
make-new-script-test /Volumes/Data/WebKit/LayoutTests/fast/loader/new-test.html
The last option might be best for someone who dislikes command line, as you can drag a folder to a Terminal window to get an absolute path, and just type in test name. The script will open the new test in your $EDITOR then if you have this environment variable set.
- WBR, Alexey Proskuryakov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110908/36497a8f/attachment.html>
More information about the webkit-dev
mailing list