aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2018-08-29 20:14:47 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-08-31 14:18:34 +0200
commitcbccae795d7bea8a2db3bede7c1d2961b6d77df0 (patch)
tree4b99fc727a46bc06bdcf43119ea12a0a40e236b4 /tests/pkd
parent100c9c98cea75e3935a7abebb240fc155cc3b664 (diff)
downloadlibssh-cbccae795d7bea8a2db3bede7c1d2961b6d77df0.tar.gz
libssh-cbccae795d7bea8a2db3bede7c1d2961b6d77df0.tar.xz
libssh-cbccae795d7bea8a2db3bede7c1d2961b6d77df0.zip
pkd: Produce more useful logs
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/pkd')
-rw-r--r--tests/pkd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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.