Skip to content

Commit

Permalink
Debug CI failure on Github
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 16, 2024
1 parent 30bcb6f commit ebd63fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ttsafe_cancel.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tts_cancel(void)
hid_t dataset;
int buffer;
int ret;
AddTest("cancel", tts_cancel, cleanup_cancel, "thread cancellation safety test", NULL);
fprintf(stderr, "%s: Entering\n", __func__);

/* Initialize barrier */
ret = H5TS__barrier_init(&barrier, 2);
Expand Down

0 comments on commit ebd63fe

Please sign in to comment.