aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd/pkd_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkd/pkd_hello.c')
-rw-r--r--tests/pkd/pkd_hello.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pkd/pkd_hello.c b/tests/pkd/pkd_hello.c
index 2183f897..19d29a35 100644
--- a/tests/pkd/pkd_hello.c
+++ b/tests/pkd/pkd_hello.c
@@ -523,6 +523,9 @@ int main(int argc, char **argv) {
}
} else {
rc = pkd_run_tests();
+ if (rc != 0) {
+ fprintf(stderr, "pkd_run_tests failed: %d\n", rc);
+ }
}
rc = ssh_finalize();