Subscribe to Test Results

From VrlWiki
Jump to navigation Jump to search

To add your email to the nightly test summary email:

Open $G/common/build/site/test.platform.cfg

You will see a header with comments describing where to edit to receive notifications. To receive the test summary email, add your email to the summary line.

Then commit your changes.

<<< 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>;...

  <testname>        a directory in $G/src/
  <testowners>      subscribers for individual tests
  <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
Checkout and carefully edit: src/gfxtest/gfxtest-nightly
Modify the first command in the script to add the recipient's mail address.
 EMAILS="you@cs.brown.edu,me@cs.brown.edu"