next up previous contents index
Next: Writing a Regression Test Up: Bacula Regression Testing Previous: Testing a Binary Installation   Contents   Index


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



Eric 2011-08-08