From 12443b26b1d0c86686f8e0b9b3c0a4ac8999fc03 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sat, 5 Nov 2016 21:45:15 +0100 Subject: [PATCH] Use run_cron instead of run_cron.sh --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 5abe32e..36e7265 100644 --- a/Installation.md +++ b/Installation.md @@ -66,7 +66,7 @@ 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. -- 2.30.2