From 6732e72d3487bc62cede6e851084828dd3656f7d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 16 Apr 2024 18:49:39 -0500 Subject: [PATCH] Debug CI failure on Github Signed-off-by: Quincey Koziol --- test/ttsafe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ttsafe.c b/test/ttsafe.c index e2b153d8ac6..09e0577ba99 100644 --- a/test/ttsafe.c +++ b/test/ttsafe.c @@ -95,6 +95,7 @@ gen_name(int value) int main(int argc, char *argv[]) { + fprintf(stderr, "%s: Entering\n"); /* Initialize testing framework */ TestInit(argv[0], NULL, NULL);