Skip to content

Commit 66b249a

Browse files
Fix test command generation. (#2992)
The omitted specifier SUITE was causing the restart recovery suite to run all Apollo tests.
1 parent 3ee0296 commit 66b249a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apollo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ apollo_test(NAME skvbc_reply_tests SUITE test_skvbc_reply)
145145
apollo_test(NAME skvbc_diagnostics_tests SUITE test_skvbc_diagnostics)
146146
apollo_test(NAME osexample_demo_tests SUITE test_osexample_demo)
147147
if(ENABLE_RESTART_RECOVERY_TESTS)
148-
apollo_test(NAME skvbc_restart_recovery_tests test_skvbc_restart_recovery)
148+
apollo_test(NAME skvbc_restart_recovery_tests SUITE test_skvbc_restart_recovery)
149149
endif()

0 commit comments

Comments
 (0)