bareos: master e1b75739

Author Committer Branch Timestamp Parent
pstorz pstorz master 2020-08-19 16:56 master 74794e07 Pending
Changeset cats: allow MySQL/SQLite db create and make tables during tests

In order to still allow creation of MySQL and SQlite databases when
running tests but forbid it otherwise, the environment variable
BAREOS_TEST_RUNNING is defined in all tests.

When this variable is undefined, creating databases and making tables of
MySQL and SQLite is forbidden.
mod - core/src/cats/create_bareos_database.in Diff File
mod - core/src/cats/make_bareos_tables.in Diff File
mod - systemtests/environment.in Diff File