On 27 Sep 2007 at 16:02, Dan Langille wrote:

> I will change the scripts to use relative paths.  The changes will 
> make use of ${PWD}..  I will check in all my changes at once.  But 
> before that, I'll make a tarball available for testing on other 
> operating systems.  I'll be testing only on FreeBSD with MySQL and 
> PostgreSQL.

The patch for these changes is now available.  I would appreciate 
testing on as many platforms as we can.  Especially Linux, Solaris, 
and Windows.  It has been tested on FreeBSD and all tests passed.

The patch: http://www.langille.org/tmp/bacula-regress-tmp.patch

The patch uses absolute paths, for the most part.  There are probably 
still some relative paths (e.g. tmp instead of ${cwd}/tmp).

The patch is not complete, see:

   http://marc.info/?l=bacula-devel&m=119096716116267&w=2

Thus, you cannot do ./do_file to run the regression tests. You must 
run the tests in three stages:

make setup
manually patch two files
make test

The two files that need to be manually altered are:

  scripts/bacula-dir.conf
      Where = /tmp/bacula-restores
  scripts/bacula-sd.conr
      Archive Device = /tmp

In both cases change /tmp to the directory in which your regress 
source files exist.  For example: 

    /usr/home/dan/src/BaculaRegressionTesting/tmp

-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to