[GRASS-SVN] r62362 - grass/trunk/lib/python/docs/src

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 22 17:37:56 PDT 2014


Author: wenzeslaus
Date: 2014-10-22 17:37:56 -0700 (Wed, 22 Oct 2014)
New Revision: 62362

Modified:
   grass/trunk/lib/python/docs/src/gunittest_running_tests.rst
Log:
testing: remove note about specific test server (introduced in r62358)

The documentation does not document specific how tests are executed at specific machine but it is a general description how things works. The file contains example how to set up a cron job using a (example) shell script which wraps several steps together. There can (and should) be (any) number of machines running the test and different other checks besides the fact that developers should run the tests on their machines before the commit for example using a script similar to one provided.

Modified: grass/trunk/lib/python/docs/src/gunittest_running_tests.rst
===================================================================
--- grass/trunk/lib/python/docs/src/gunittest_running_tests.rst	2014-10-22 16:50:20 UTC (rev 62361)
+++ grass/trunk/lib/python/docs/src/gunittest_running_tests.rst	2014-10-23 00:37:56 UTC (rev 62362)
@@ -72,8 +72,11 @@
     echo "Nightly ($NOW) GRASS GIS test finished: $(date $DATE_FLAGS)" >> $LOGFILE
 
 A script similar to this one can be used as a cron job, on most Linux systems
-using ``crontab -e`` and adding the following line::
+using ``crontab -e`` and adding a line similar to the following one::
 
-    0 4 * * 1 /home/vpetras/grasstests/test_grass_gis.sh
+    0 4 * * 1 .../grasstests/test_grass_gis.sh
 
-Which will perform the tests every Monday at 4am in the (North Carolina) morning.
+Which will perform the tests every Monday at 4:00 in the morning (local time).
+
+Particular script and frequency depends on what you want to test and
+how many resources you want to use.



More information about the grass-commit mailing list