Running a Single Test
If you wish to run a single test, you can simply:
cd regress
tests/<name-of-test>
or, if the source code has been updated, you would do:
cd bacula
git pull
cd regress
make setup
tests/backup-to-null
See also
Possible Next Steps
Go to Bacula MD5 Algorithm.
Go back to Bacula Regression Testing.
Go back to Developer Guide.