Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-12 Thread Kern Sibbald
On Thursday 12 June 2008 15:57:42 Thomas Mueller wrote: > Kern Sibbald schrieb: > > On Wednesday 11 June 2008 16:43:42 Thomas Mueller wrote: > >> hi Kern > >> > So here is my proposal to set the parameters in the config file. Patch > generated with "svn diff" in "regress" folder. > >>> >

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-12 Thread Thomas Mueller
Kern Sibbald schrieb: > On Wednesday 11 June 2008 16:43:42 Thomas Mueller wrote: >> hi Kern >> So here is my proposal to set the parameters in the config file. Patch generated with "svn diff" in "regress" folder. >>> Thanks. Nice patch. I have applied it, but I put default values in >>>

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-11 Thread Kern Sibbald
On Wednesday 11 June 2008 16:43:42 Thomas Mueller wrote: > hi Kern > > >> So here is my proposal to set the parameters in the config file. Patch > >> generated with "svn diff" in "regress" folder. > > > > Thanks. Nice patch. I have applied it, but I put default values in > > create_sed so that fo

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-11 Thread Thomas Mueller
hi Kern > >> So here is my proposal to set the parameters in the config file. Patch >> generated with "svn diff" in "regress" folder. >> > > Thanks. Nice patch. I have applied it, but I put default values in > create_sed so that for existing users without the db parameters in their > config

Re: [Bacula-devel] regression tests: make db parameters configurable

2008-06-11 Thread Kern Sibbald
On Wednesday 11 June 2008 08:19:37 Thomas Mueller wrote: > hi > > I ran into an issue with PostgreSQL. I don't know how to get it working > without a password for user "regress". Yes, they do set more security by default than MySQL, which is good but sometimes a pain for us PostgreSQL novices :-)

[Bacula-devel] regression tests: make db parameters configurable

2008-06-10 Thread Thomas Mueller
hi I ran into an issue with PostgreSQL. I don't know how to get it working without a password for user "regress". So here is my proposal to set the parameters in the config file. Patch generated with "svn diff" in "regress" folder. - Thomas Index: scripts/bacula-dir.conf.testrunscript.in ==