From 4478098f913052a36948e09c548c6516bc6599af Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 14 Jul 2014 11:01:47 -0700 Subject: [PATCH] Increasing test range to run. --- Installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation.md b/Installation.md index 2c04f9a..d0940ec 100644 --- a/Installation.md +++ b/Installation.md @@ -54,6 +54,8 @@ cat .ssh/id_dsa.pub >> .ssh/authorized_keys ssh farm@localhost Once that works properly, then the cron command changes to:
6 * * * * ssh -tt farm@localhost $HOME/bin/build_farm.sh
+21. 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. + ## Multiple build clients on one machine As mentioned above, you can start at step 9 for each additional build you'll do on the same machine. A second application must be filled out to put the appropriate data in the database because this is treated a separate BuildFarm client: -- 2.30.2