summaryrefslogtreecommitdiffstats
path: root/tools/libtest/h5tools_test_utils.c
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2024-03-04 14:54:24 (GMT)
committerGitHub <noreply@github.com>2024-03-04 14:54:24 (GMT)
commit968cf9e707f733b3674d0047bbf7a958ddbc3eb8 (patch)
treec4d1333d7cf3ae61419eb8c09927cb31828ab5d8 /tools/libtest/h5tools_test_utils.c
parent7ce8c6f81abdc2d844bc12061239b05a983eda82 (diff)
downloadhdf5-968cf9e707f733b3674d0047bbf7a958ddbc3eb8.zip
hdf5-968cf9e707f733b3674d0047bbf7a958ddbc3eb8.tar.gz
hdf5-968cf9e707f733b3674d0047bbf7a958ddbc3eb8.tar.bz2
Improve error messages when tools attempt to use non-enabled S3 and HDFS VFDs. (#4047)
Diffstat (limited to 'tools/libtest/h5tools_test_utils.c')
-rw-r--r--tools/libtest/h5tools_test_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/h5tools_test_utils.c b/tools/libtest/h5tools_test_utils.c
index 6f3c0a6..32f109b 100644
--- a/tools/libtest/h5tools_test_utils.c
+++ b/tools/libtest/h5tools_test_utils.c
@@ -544,7 +544,7 @@ test_populate_ros3_fa(void)
#ifndef H5_HAVE_ROS3_VFD
puts(" -SKIP-");
- puts(" Read-Only S3 VFD not enabled");
+ puts(" Test is skipped unless HDF5 is configured and built with the Read-Only S3 VFD enabled.");
fflush(stdout);
return 0;
#else