From: Richard Mortimer Date: Tue, 14 Sep 2010 21:26:36 +0000 (+0100) Subject: Update regression test setup instructions. X-Git-Tag: Release-5.2.1~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=552f20095707de51394b5267c5a2cb2427b84c3c;p=bacula%2Fdocs Update regression test setup instructions. Signed-off-by: Eric Bollengier --- diff --git a/docs/manuals/en/developers/regression.tex b/docs/manuals/en/developers/regression.tex index 1999b98b..525651a1 100644 --- a/docs/manuals/en/developers/regression.tex +++ b/docs/manuals/en/developers/regression.tex @@ -225,18 +225,17 @@ HOST="localhost" \index{Bacula!Building the Test} \addcontentsline{toc}{subsection}{Building the Test Bacula} -Once the above variables are set, you can build the Makefile by entering: +Once the above variables are set, you can build the setup by entering: \footnotesize \begin{verbatim} -./config xxx.conf +make setup \end{verbatim} \normalsize -Where xxx.conf is the name of the conf file containing your system parameters. -This will build a Makefile from Makefile.in, and you should not need to +This will setup the regression testing and you should not need to do this again unless you want to change the database or other regression -configuration parameter. +configuration parameters. \subsection{Setting up your SQL engine}