canmove, Confirmed users
1,511
edits
No edit summary |
(add full info) |
||
| Line 29: | Line 29: | ||
== Set up test environment == | == Set up test environment == | ||
Install Tinderbox as usual: | |||
cd /builds/tinderbox | |||
cvs co mozilla/tools/tinderbox | |||
mkdir $build_dir | |||
For each build dir: | |||
cd $build_dir | |||
../mozilla/tools/tinderbox/install-links | |||
# remove post-mozilla.pl to disable post-build process | |||
rm post-mozilla.pl | |||
<h2>FIXME - test-only-tinderbox mode causes tinderbox to not be able to check out the client.mk because it uses CVS incorrectly, and removed the "mozilla" directory which must exist or tinderbox will not work. | |||
<br> | |||
Checking out the "window open test" (below) makes sure that the "mozilla" directory always exists, and works around this problem.</h2> | |||
For each build dir, | |||
# link in startup test; on win32, you have to copy startup-test.html, or | # link in startup test; on win32, you have to copy startup-test.html, or | ||
# it won't work | # it won't work | ||
| Line 36: | Line 54: | ||
cd /builds/tinderbox/${build_dir}/WINNT_5.1_Depend | cd /builds/tinderbox/${build_dir}/WINNT_5.1_Depend | ||
cvs co mozilla/xpfe/test | cvs co mozilla/xpfe/test | ||
Get Tp2 from http://mxr.mozilla.org/mozilla/source/tools/performance/pageload/ | |||
Install Tp2 in /var/www/html/pageload | |||
Get pageset from pageloadserver | |||
Install pageset in /var/www/html/content | |||