Skip to content

Commit

Permalink
Fix test command generation. (#2992)
Browse files Browse the repository at this point in the history
The omitted specifier SUITE was causing the restart recovery suite to run all Apollo tests.
  • Loading branch information
HristoStaykov authored Apr 12, 2023
1 parent 3ee0296 commit 66b249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/apollo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ apollo_test(NAME skvbc_reply_tests SUITE test_skvbc_reply)
apollo_test(NAME skvbc_diagnostics_tests SUITE test_skvbc_diagnostics)
apollo_test(NAME osexample_demo_tests SUITE test_osexample_demo)
if(ENABLE_RESTART_RECOVERY_TESTS)
apollo_test(NAME skvbc_restart_recovery_tests test_skvbc_restart_recovery)
apollo_test(NAME skvbc_restart_recovery_tests SUITE test_skvbc_restart_recovery)
endif()

0 comments on commit 66b249a

Please sign in to comment.