]> git.sur5r.net Git - bacula/docs/commitdiff
Update regression test setup instructions.
authorRichard Mortimer <richm@oldelvet.org.uk>
Tue, 14 Sep 2010 21:26:36 +0000 (22:26 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 15 Sep 2010 16:08:21 +0000 (18:08 +0200)
Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>
docs/manuals/en/developers/regression.tex

index 1999b98bab4a26e703b2670e8b0c127b46a03621..525651a1fb31dd2e8f9051602dc5bc1c870f7d51 100644 (file)
@@ -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}