Fix example test range
[buildfarm-client-wiki.git] / Installation.md
index 5abe32ea5edfab1b2811065435744c87dd68630d..472050bc56f4da93f2bde4b218637828ce102598 100644 (file)
@@ -66,10 +66,10 @@ This will create the repo checkout in the directory *~/code/*.
     ````
     #!/bin/bash
     export PATH="/usr/local/bin:/sbin:/usr/sbin:$PATH"
-    $HOME/code/run_cron.sh --run-all $@
+    $HOME/code/run_cron --run-all $@
     ````
 
-20. The default tests that are run are a limited set, from 1 to 999.  This covers basic Exim functions, but does not exercise a lot of the advanced functions.  Once a few cronjob runs complete successfully, increase the range of tests to run.  Edit the *build-farm.conf* file and change the `range_num_tests => '1 999',` to `range_num_tests => '1 5999',` and it will run more advanced tests.
+20. The default tests that are run are a limited set, from 1 to 999.  This covers basic Exim functions, but does not exercise a lot of the advanced functions.  Once a few cronjob runs complete successfully, increase the range of tests to run.  Edit the *build-farm.conf* file and change the `range_num_tests => '1 2',` to `range_num_tests => '1 5999',` and it will run more advanced tests.
 
 
 ## Multiple build clients on one machine