Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 10, 2023
1 parent 16e6ba3 commit b07e9eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/k4FWCoreTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,13 @@ add_test(NAME ExampleFunctionalConsumer
COMMAND ${K4RUN} options/runExampleFunctionalConsumer.py)
set_test_env(ExampleFunctionalConsumer)
set_tests_properties(ExampleFunctionalConsumer PROPERTIES
PASS_REGULAR_EXPRESSION "Application Manager Terminated successfully with a user requested ScheduledStop"
DEPENDS ExampleFunctionalProducer)

add_test(NAME ExampleFunctionalTransformer
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} options/runExampleFunctionalTransformer.py)
set_test_env(ExampleFunctionalTransformer)
set_tests_properties(ExampleFunctionalTransformer PROPERTIES
PASS_REGULAR_EXPRESSION "Application Manager Terminated successfully with a user requested ScheduledStop"
DEPENDS "ExampleFunctionalProducer;ExampleFunctionalConsumer")

add_test(NAME ExampleFunctionalProducerMultiple
Expand All @@ -228,13 +226,11 @@ add_test(NAME ExampleFunctionalConsumerMultiple
COMMAND ${K4RUN} options/runExampleFunctionalConsumerMultiple.py)
set_test_env(ExampleFunctionalConsumerMultiple)
set_tests_properties(ExampleFunctionalConsumerMultiple PROPERTIES
PASS_REGULAR_EXPRESSION "Application Manager Terminated successfully with a user requested ScheduledStop"
DEPENDS ExampleFunctionalProducerMultiple)

add_test(NAME ExampleFunctionalTransformerMultiple
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} options/runExampleFunctionalTransformerMultiple.py)
set_test_env(ExampleFunctionalTransformerMultiple)
set_tests_properties(ExampleFunctionalTransformerMultiple PROPERTIES
PASS_REGULAR_EXPRESSION "Application Manager Terminated successfully with a user requested ScheduledStop"
DEPENDS "ExampleFunctionalProducerMultiple;ExampleFunctionalConsumerMultiple")

0 comments on commit b07e9eb

Please sign in to comment.