From e8c246782279f8e3497ada3308283d74403dedfc 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/examples/hello_world.compose.yml b/test/examples/hello_world.compose.yml index 690eabc443..e9a8a91756 100644 --- a/test/examples/hello_world.compose.yml +++ b/test/examples/hello_world.compose.yml @@ -24,7 +24,7 @@ services: 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";$$Env:EXAMPLE_DIR/hello_world@FILE_EXTENSION@ subscriber --waitset --samples 30" subscriber-publisher: image: @DOCKER_IMAGE_NAME@