From b1368c97af038416ca55b88e5360c77b05e6bbce Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Wed, 25 Oct 2023 12:03:53 -0500 Subject: [PATCH] review updates --- testpar/t_subfiling_vfd.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/testpar/t_subfiling_vfd.c b/testpar/t_subfiling_vfd.c index 6fb62729ea6..72613a3bef1 100644 --- a/testpar/t_subfiling_vfd.c +++ b/testpar/t_subfiling_vfd.c @@ -2507,10 +2507,8 @@ main(int argc, char **argv) if (MAINPROCESS) SKIPPED(); #endif - if (MAINPROCESS) { - puts(""); - printf("Re-running tests with environment variables set\n"); - } + if (MAINPROCESS) + printf("\nRe-running tests with environment variables set\n"); for (size_t i = 0; i < ARRAY_SIZE(tests); i++) { if (MPI_SUCCESS == (mpi_code_g = MPI_Barrier(comm_g))) { @@ -2523,10 +2521,8 @@ main(int argc, char **argv) } } - if (MAINPROCESS) { - puts(""); - printf(" Re-running tests with compression enabled\n"); - } + if (MAINPROCESS) + printf("\n Re-running tests with compression enabled\n"); #ifdef H5_HAVE_FILTER_DEFLATE enable_compression = true; for (size_t i = 0; i < ARRAY_SIZE(tests); i++) { @@ -2544,14 +2540,11 @@ main(int argc, char **argv) if (MAINPROCESS) SKIPPED(); #endif - if (MAINPROCESS) - puts(""); - if (nerrors) goto exit; if (MAINPROCESS) - puts("All Subfiling VFD tests passed\n"); + puts("\nAll Subfiling VFD tests passed\n"); exit: if (must_unset_stripe_size_env)