| 68 | }}} |
| 69 | 1. Before pushing the merged development branch back to the central repository, you should run the test suite and view the results. |
| 70 | a. First you will need to make sure your Makefile.inc has PGPLOTPATH defined. You will also need access to the gnuplot and git programs. |
| 71 | a. Then you can use git to clone a version of the test repo (which I am placing in ~/astrobear_tests) |
| 72 | {{{ |
| 73 | git clone orda@astrobear.pas.rochester.edu/tests ~/astrobear_tests |
| 74 | }}} |
| 75 | a. Then you can run |
| 76 | {{{ |
| 77 | make tests NUM_PROC=8 \ |
| 78 | UPLOAD_RESULTS=johannjc@alfalfa.pas.rochester.edu:/botwindata/scrambler_tests/johannjc/bluehive/tests \ |
| 79 | TEST_DIR=~/astrobear/tests |
| 80 | }}} |
| 81 | a. You will need to create a symlink from your upload_results directory to |
| 82 | {{{ |
| 83 | ln -s /botwindata/scrambler_tests/johannjc/bluehive/ /botwindata/trac/astrobear/doc/johannjc_bluehive_current_test |
| 84 | }}} |
| 85 | a. Then you can view the results on the wiki using the !CurrentTests plugin. |
| 86 | {{{ |
| 87 | [[CurrentTests(johannjc_bluehive, width=300)]] |