bareos-regress: master 8e07755b

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2013-02-24 10:20 master 4e8c5d73 Pending
Changeset Don't fail test when device not available.

There is a design flaw in the require_tape and require_changer functions
in scripts/functions it exits with 1 when you don't have a tape or
changer device defined. This is wrong and it should just like the
require_linux function exit with a 0 and just skip the test when it
doesn't have the right config. This way you can always run scripts like
nightly-all and don't worry about tests failing due to missing tape or
changer devices.
mod - scripts/functions Diff File