[wp-trac] [WordPress Trac] #9724: Shell scripts to automate trac
ticket testing
WordPress Trac
wp-trac at lists.automattic.com
Tue May 5 00:13:50 GMT 2009
#9724: Shell scripts to automate trac ticket testing
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: matt
Type: enhancement | Status: new
Priority: normal | Milestone: Unassigned
Component: WordPress.org | Version:
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
I've been moving/editing tickets around in the past couple of weeks to
trim the 2.8 todo list.
There are only so many patches left as needs-testing:
http://core.trac.wordpress.org/report/16
And quite a few commit candidates:
http://core.trac.wordpress.org/report/9
Very few tickets remain in 2.8 without an actual patch -- only those that
seemed major enough to require some kind of patch before 2.8 gets shipped.
In order to speed up testing, I've developed a few shell scripts. They'd
be good additions to the main wiki page.
Usage (always in a wp folder):
{{{
# svn revert and cleanup
wpreset
# apply http://core.trac.wordpress.org/attachment/ticket/123/456.diff
wppatch http://core.trac.wordpress.org/attachment/ticket/123/456.diff
# reset and apply
http://core.trac.wordpress.org/attachment/ticket/123/456.diff
wptest http://core.trac.wordpress.org/attachment/ticket/123/456.diff
}}}
In case it's useful to anyone...
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9724>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list