If a Test Fails
If you one or more tests fail, the line output will be similar to:
!!!!! concurrent-jobs-test failed!!! !!!!!
If you want to determine why the test failed, you will need to rerun the
script with the debug output turned on. You do so by defining the
environment variable REGRESS_DEBUG
with commands such as:
REGRESS_DEBUG=1
export REGRESS_DEBUG
Then from the regress
directory (all regression scripts assume that
you have regress
as the current directory), enter:
tests/test-name
where test-name should be the name of a test script – for example:
tests/backup-bacula-test
.
See also
Possible Next Steps
Go to Bacula MD5 Algorithm.
Go back to Bacula Regression Testing.
Go back to Developer Guide.