Run the Project Tests Locally: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
New page: * '''Run a test manually''' : To be added. * '''Setup tests to be run automatically''' : A Unix machine can be configured to run the gfxtest/gfxtest-nightly script using crontab. On t...
 
Jadrian Miles (talk | contribs)
No edit summary
 
Line 13: Line 13:


  0 3 * * * /map/gfx0/tools/linux/bin/gfxtest-nightly
  0 3 * * * /map/gfx0/tools/linux/bin/gfxtest-nightly
[[Category:$G HOWTO]][[Category:Software Development]]

Latest revision as of 22:59, 6 March 2009

  • Run a test manually
To be added.


  • Setup tests to be run automatically
A Unix machine can be configured to run the gfxtest/gfxtest-nightly script using crontab. On the machine where you want to run the tests edit the crontab configuration file by typing:
> crontab -e
Add a line to run the run the gfxtest-nightly script at regular intervals. The entry can run the shared copy in the group wide $G snapshot or a copy that is customized for your purposes. The following entry will run the group wide configuration at 3AM.
0 3 * * * /map/gfx0/tools/linux/bin/gfxtest-nightly