Skip to content

Commit

Permalink
systemtests: adapt to renamed bareos-basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Feb 2, 2023
1 parent 5874bc4 commit 10ddce9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions systemtests/tests/bareos-basic/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@ set_tests_properties(
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)
set_tests_properties(
system:bareos:bls-autoxflate
system:bareos-basic:bls-autoxflate
PROPERTIES FIXTURES_REQUIRED
"system:bareos:backup-job-fixture;system:bareos-fixture"
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)
set_tests_properties(
system:bareos:bextract-autoxflate
system:bareos-basic:bextract-autoxflate
PROPERTIES FIXTURES_REQUIRED
"system:bareos:backup-job-fixture;system:bareos-fixture"
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)
set_tests_properties(
system:bareos:bscan-autoxflate
system:bareos-basic:bscan-autoxflate
PROPERTIES FIXTURES_REQUIRED
"system:bareos:backup-job-fixture;system:bareos-fixture"
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)
set_tests_properties(
system:bareos:bcopy-autoxflate
system:bareos-basic:bcopy-autoxflate
PROPERTIES FIXTURES_REQUIRED
"system:bareos:backup-job-fixture;system:bareos-fixture"
"system:bareos-basic:backup-job-fixture;system:bareos-basic-fixture"
)

0 comments on commit 10ddce9

Please sign in to comment.