From 692569d94c48896d3aca219ba21ffe664b51b28a Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Mon, 6 Feb 2017 22:31:57 +0100 Subject: [PATCH] Fix example test range --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 36e7265..472050b 100644 --- a/Installation.md +++ b/Installation.md @@ -69,7 +69,7 @@ This will create the repo checkout in the directory *~/code/*. $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 -- 2.30.2