summaryrefslogtreecommitdiffstats
path: root/test/genall5.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-03-25 22:44:49 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-03-25 22:44:49 (GMT)
commitfde17589d88ef487fd3fbb487b4a2c98f0da3402 (patch)
tree99470b89f35b96b8a50d44d55132d3d482ab028e /test/genall5.c
parent998aca32e6336bed6286885a03498c78dadfe511 (diff)
parent79a94e0f431ac715d5cc0ca85c144901147207ab (diff)
downloadhdf5-fde17589d88ef487fd3fbb487b4a2c98f0da3402.zip
hdf5-fde17589d88ef487fd3fbb487b4a2c98f0da3402.tar.gz
hdf5-fde17589d88ef487fd3fbb487b4a2c98f0da3402.tar.bz2
Merge branch 'raylu_zoo_test' of https://github.com/HDFGroup/hdf5 into raylu_zoo_test
Diffstat (limited to 'test/genall5.c')
-rw-r--r--test/genall5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/genall5.c b/test/genall5.c
index de89943..2cb7b9e 100644
--- a/test/genall5.c
+++ b/test/genall5.c
@@ -2754,7 +2754,7 @@ tend_zoo(hid_t fid, const char *base_path, struct timespec *lastmsgtime, zoo_con
out:
if (!ok) {
/* Only the zoo test for VFD SWMR does this step, making sure it doesn't take too long.
- * other tests sets config.msgival to 0 */
+ * Other tests sets config.msgival to 0 and will skip this step */
if (strcmp(failure_mssg, last_failure_mssg) != 0 && ((config.msgival.tv_sec || config.msgival.tv_nsec))) {
if (below_speed_limit(lastmsgtime, &config.msgival)) {
last_failure_mssg = failure_mssg;