From 62301834f4e22ef8abfcf6872e94cd12a155a26a Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 29 Aug 2018 20:14:47 +0200 Subject: [PATCH] pkd: Produce more useful logs Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit cbccae795d7bea8a2db3bede7c1d2961b6d77df0) --- tests/pkd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pkd/CMakeLists.txt b/tests/pkd/CMakeLists.txt index 9abb25f3..b2a22f90 100644 --- a/tests/pkd/CMakeLists.txt +++ b/tests/pkd/CMakeLists.txt @@ -38,7 +38,7 @@ target_link_libraries(pkd_hello ${pkd_libs}) # specified with `-i` and may be helpful for chasing down bugs that # are not 100% reproducible. # -add_test(pkd_hello_i1 ${CMAKE_CURRENT_BINARY_DIR}/pkd_hello -i1 -w /tmp/pkd_socket_wrapper_XXXXXX) +add_test(pkd_hello_i1 ${CMAKE_CURRENT_BINARY_DIR}/pkd_hello -e -o -i1 -w /tmp/pkd_socket_wrapper_XXXXXX) # # Configure environment for cwrap socket wrapper.