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
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

