summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/testing/selftests/arm64/gcs/gcs-stress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/arm64/gcs/gcs-stress.c b/tools/testing/selftests/arm64/gcs/gcs-stress.c
index 03222c36c436..bbc7f4950c13 100644
--- a/tools/testing/selftests/arm64/gcs/gcs-stress.c
+++ b/tools/testing/selftests/arm64/gcs/gcs-stress.c
@@ -264,7 +264,7 @@ static void child_cleanup(struct child_data *child)
if (WIFSIGNALED(status)) {
child->exit_signal = WTERMSIG(status);
ksft_print_msg("%s: Exited due to signal %d\n",
- child->name);
+ child->name, child->exit_signal);
fail = true;
child->exited = true;
}