Subscribe to Test Results: Difference between revisions
Jump to navigation
Jump to search
New page: Tests are run daily and mail is sent when an individual tests fail. A summary of each test run is sent as well. * Subscribe to failure notifications for an individual test: Checkout an... |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<<< These are preliminary notes and may not be accurate. >>> | |||
Tests are run daily and mail is sent when an individual tests fail. | Tests are run daily and mail is sent when an individual tests fail. | ||
A summary of each test run is sent as well. | A summary of each test run is sent as well. | ||
Revision as of 18:35, 8 January 2009
<<< These are preliminary notes and may not be accurate. >>>
Tests are run daily and mail is sent when an individual tests fail. A summary of each test run is sent as well.
- Subscribe to failure notifications for an individual test:
Checkout and carefully edit: src/gfxtest/gfxtest.cfg Each line specifies a test to be run and contains:
<testname> <testowners> <testarchs> <testcommand> <testcommandarg1> <..>; ...
<testname> is a directory in $G/src/
<testowners> mail recipient
<testarchs> {linux | WIN32 | OSX | sol | sgi},...
<testcommand> Commands to run a test separated by a semicolon.
usually: $G/bin/gfxtest-project <projectname>
Blank lines are permitted. There is no provision for comment lines.
- Subscribe to receive test summaries.
To be filled in.