User:Bienvenu/Cheat Sheet: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 30: Line 30:
Try server builds
Try server builds
https://wiki.mozilla.org/Thunderbird/Infrastructure/TryServer
https://wiki.mozilla.org/Thunderbird/Infrastructure/TryServer
jst review
http://beaufour.dk/jst-review/

Revision as of 16:02, 20 January 2010

In objdir/mailnews, to run a single test

make SOLO_FILE="test_viewWrapper_realFolder.js" -C base/test check-one (or check-interactive)

to run all unit tests

make xpcshell-tests > test-out

in mail/test/mozmill, to run a single test

python runtest.py bloat/test_openWindows.js

or, using make, in objdir, to do a single test

make SOLO_TEST=folder-display/test-quick-search.js mozmill-one

to clone a new repository to tbirdrepo:

cd /

hg clone https://hg.mozilla.org/comm-central/ tbirdrepo

to pull a non-default version of mozilla-central:

python client.py --mozilla-repo="http://hg.mozilla.org/releases/mozilla-1.9.2" checkout

Error lookup http://silver.warwickcompsoc.co.uk/mozilla/misc/nserror

Try server builds https://wiki.mozilla.org/Thunderbird/Infrastructure/TryServer

jst review http://beaufour.dk/jst-review/