Re: [Bacula-devel] regression tests: test daemon start first

2008-06-18 Thread Kern Sibbald
On Thursday 12 June 2008 08:30:23 Thomas Mueller wrote: > hi > > if build fails and not all daemons can start or there is an db error, it > doesn't make much sense to run all tests an wait for timeout or status > failed. > > so i created a new test "pretest" as CTEST_CUSTOM_PRE_TEST which checks >

Re: [Bacula-devel] regression tests: test daemon start first

2008-06-18 Thread Kern Sibbald
On Wednesday 18 June 2008 08:31:38 Thomas Mueller wrote: > hi kern > > Kern Sibbald schrieb: > > Hello Thomas, > > > > Nice patch -- thanks, it will help cleanup the regression code -- > > especially for new comers or when I screw up with an installation or a > > patch :-) > > found an error: the "

Re: [Bacula-devel] regression tests: test daemon start first

2008-06-17 Thread Thomas Mueller
hi kern Kern Sibbald schrieb: > Hello Thomas, > > Nice patch -- thanks, it will help cleanup the regression code -- especially > for new comers or when I screw up with an installation or a patch :-) found an error: the "exit 1" at the end in tests/pretest has to be "exit $error". next patch

Re: [Bacula-devel] regression tests: test daemon start first

2008-06-12 Thread Kern Sibbald
Hello Thomas, Nice patch -- thanks, it will help cleanup the regression code -- especially for new comers or when I screw up with an installation or a patch :-) On Thursday 12 June 2008 08:30:23 Thomas Mueller wrote: > hi > > if build fails and not all daemons can start or there is an db error,

[Bacula-devel] regression tests: test daemon start first

2008-06-11 Thread Thomas Mueller
hi if build fails and not all daemons can start or there is an db error, it doesn't make much sense to run all tests an wait for timeout or status failed. so i created a new test "pretest" as CTEST_CUSTOM_PRE_TEST which checks if bacula-fd,sd,dir are running and a simple bconsole command do