On Tuesday 25 August 2009 04:39:29 Robert Hartzell wrote: > I'm trying to setup regression testing on opensolaris but having some > problems. "make setup" runs without error but when I run a test it fails > on the first test. > > > ./do_disk > > <cut to beginning of test> > > Start non-root disk tests > This test acl-xattr-test runs only on Linux > > > === Starting accurate-test at 18:56:59 === > > diff: > /home/bear/src/build/bacula/repo/regress/tmp/bacula-restores/home/bear/src/ >build/bacula/repo/regress/build: No such file or directory > > Anybody know why the above referenced directory isn't created? Other > files are created in /home/bear/src/build/bacula/repo/regress/tmp/ > > I captured the complete output to a file but I don't know if the list > will accept attachments.
Hello, I suspect that your build failed and so Bacula does not run properly on your system. Try running: REGRESS_DEBUG=1 tests/incremental-test You should get a bit more output and possibly see what is going wrong. Regards, Kern ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
