From 57b83a2855690d634a417efd17f4d15c5530481d Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Wed, 30 Oct 2024 08:45:38 +0100 Subject: [PATCH] TMP: test stdout compose Signed-off-by: Mario Dominguez --- test/examples/hello_world.compose.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/examples/hello_world.compose.yml b/test/examples/hello_world.compose.yml index 690eabc443..86d1a10f1b 100644 --- a/test/examples/hello_world.compose.yml +++ b/test/examples/hello_world.compose.yml @@ -19,12 +19,11 @@ services: - @PROJECT_BINARY_DIR@:@PROJECT_BINARY_DIR@ - @fastcdr_INSTALL_DIR@/bin:@fastcdr_INSTALL_DIR@/bin - @CMAKE_INSTALL_PREFIX@/bin:@CMAKE_INSTALL_PREFIX@/bin - @TINYXML2_LIB_DIR_COMPOSE_VOLUME@ environment: PATH: C:/Program Files/OpenSSL-Win64;@CMAKE_INSTALL_PREFIX@/bin;@fastcdr_INSTALL_DIR@/bin;C:/Windows/System32;C:/Windows/System32/downlevel; EXAMPLE_DIR: @PROJECT_BINARY_DIR@/examples/cpp/hello_world/RelWithDebInfo FASTDDS_DEFAULT_PROFILES_FILE: @PROJECT_BINARY_DIR@/examples/cpp/hello_world/hello_world_profile.xml - command: @SHELL_EXECUTABLE@ -c "& $$Env:EXAMPLE_DIR/hello_world@FILE_EXTENSION@ subscriber --waitset --samples 30" + command: @SHELL_EXECUTABLE@ -c "& ls;echo "Testing STDOUT";" subscriber-publisher: image: @DOCKER_IMAGE_NAME@ @@ -32,11 +31,10 @@ services: - @PROJECT_BINARY_DIR@:@PROJECT_BINARY_DIR@ - @fastcdr_INSTALL_DIR@/bin:@fastcdr_INSTALL_DIR@/bin - @CMAKE_INSTALL_PREFIX@/bin:@CMAKE_INSTALL_PREFIX@/bin - @TINYXML2_LIB_DIR_COMPOSE_VOLUME@ environment: PATH: C:/Program Files/OpenSSL-Win64;@CMAKE_INSTALL_PREFIX@/bin;@fastcdr_INSTALL_DIR@/bin;C:/Windows/System32;C:/Windows/System32/downlevel; EXAMPLE_DIR: @PROJECT_BINARY_DIR@/examples/cpp/hello_world/RelWithDebInfo FASTDDS_DEFAULT_PROFILES_FILE: @PROJECT_BINARY_DIR@/examples/cpp/hello_world/hello_world_profile.xml - command: @SHELL_EXECUTABLE@ -c "& $$Env:EXAMPLE_DIR/hello_world@FILE_EXTENSION@ publisher --samples 30 &" "& $$Env:EXAMPLE_DIR/hello_world@FILE_EXTENSION@ subscriber --samples 30; Receive-Job 1 -Wait" + command: @SHELL_EXECUTABLE@ -c "& ls;echo "Testing STDOUT";" depends_on: - waitset-subscriber