Skip to content

Commit

Permalink
parallel-jobs-test: ensure test order
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and BareosBot committed Mar 18, 2024
1 parent 619c173 commit fc92b10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions systemtests/tests/parallel-jobs/CMakeLists.txt
Expand Up @@ -19,3 +19,12 @@

get_filename_component(BASENAME ${CMAKE_CURRENT_BINARY_DIR} NAME)
create_systemtest(${SYSTEMTEST_PREFIX} ${BASENAME})

set_tests_properties(
system:parallel-jobs:parallel-jobs
PROPERTIES FIXTURES_SETUP "system:parallel-jobs:parallel-jobs-fixture"
)
set_tests_properties(
system:parallel-jobs:reservation-order
PROPERTIES DEPENDS "system:parallel-jobs:parallel-jobs-fixture"
)

0 comments on commit fc92b10

Please sign in to comment.