User:Rcampbell/QA Projects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
python test harness and jssh driver | python test harness and jssh driver | ||
== Onsite notes == | |||
[[robcee 1.9/3.0 Planning Discussion notes]] |
Revision as of 18:21, 28 June 2006
jssh test harness documentation
requirements
python (2.3 or greater)
firefox 1.5 with jssh - built with mozconfig
. $topsrcdir/browser/config/mozconfig mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_OBJDIR=@topsrcdir@/../objdir/browser # mk_add_options MOZ_CO_MODULE=mozilla/js/tests ac_add_options --enable-extensions=default,jssh mk_add_options MOZ_MAKE_FLAGS="-j4"
firefox 2.0 with jssh
pull MOZILLA_1_8_BRANCH from cvs
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r BRANCH mozilla/client.mk
python test harness and jssh driver