Skip to content

Commit

Permalink
systemtests: discover minio and add to tests environment
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Aug 31, 2020
1 parent daac8c5 commit 6ea33b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/CMakeLists.txt
Expand Up @@ -925,6 +925,7 @@ message(" AWK: ${AWK}")
message(" GAWK: ${GAWK}")
message(" RPCGEN: ${RPCGEN}")
message(" MTX: ${MTX}")
message(" MINIO: ${MINIO}")
message(" S3CMD: ${S3CMD}")
message(" XTRABACKUP: ${XTRABACKUP}")
message(" DEVELOPER: ${developer}")
Expand Down
1 change: 1 addition & 0 deletions core/cmake/BareosFindPrograms.cmake
Expand Up @@ -40,4 +40,5 @@ find_program(DBX dbx)
find_program(MDB mdb)
find_program(XTRABACKUP xtrabackup)
find_program(S3CMD s3cmd)
find_program(MINIO minio)

1 change: 1 addition & 0 deletions systemtests/environment.in
Expand Up @@ -119,5 +119,6 @@ export PYTHONPATH=@pythonpath@
# enable deprecated database handling in scripts
export BAREOS_TEST_RUNNING=yes

MINIO=@MINIO@
S3CMD="@S3CMD@"
S3CFG="${PROJECT_SOURCE_DIR}/s3cfg"

0 comments on commit 6ea33b6

Please sign in to comment.