Skip to content

Commit

Permalink
systemtests: add environment variable and run unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Dec 12, 2019
1 parent b7d5dbd commit d4562d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions systemtests/environment.in
Expand Up @@ -78,3 +78,6 @@ export BAREOS_WEBUI_RESTOREFILE=${PROJECT_BINARY_DIR}
export BAREOS_WEBUI_LOG_PATH=${logdir}
export BAREOS_WEBUI_DELAY=1

export CATALOG_BACKEND=postgresql
export BACKEND_DIRS=/home/franku/01-prj/git/bareos-master/b/core/src/cats

2 changes: 1 addition & 1 deletion systemtests/tests/catalog/testrunner
Expand Up @@ -13,5 +13,5 @@ ${scripts}/cleanup
${scripts}/setup

start_test

./../../../../b/core/src/tests/catalog
end_test

0 comments on commit d4562d7

Please sign in to comment.