Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 25, 2023
1 parent ca0deb9 commit b1368c9
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions testpar/t_subfiling_vfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))) {
Expand All @@ -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++) {
Expand All @@ -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)
Expand Down

0 comments on commit b1368c9

Please sign in to comment.