Run the Project Tests Locally

From VrlWiki
Jump to navigation Jump to search
  • 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