summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-28 20:34:31 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-28 20:34:31 (GMT)
commit47890e826f7229293ce171266e1c200c0b69e72b (patch)
tree6f89afd536df339ad53f5c97320e317f89802917 /test/testvfdswmr.sh.in
parent91d388a41c9ceb120f4d7a5ff6d7599af8cb22d7 (diff)
downloadhdf5-47890e826f7229293ce171266e1c200c0b69e72b.zip
hdf5-47890e826f7229293ce171266e1c200c0b69e72b.tar.gz
hdf5-47890e826f7229293ce171266e1c200c0b69e72b.tar.bz2
A zoo error is not a soft error. Count it as a hard error instead of a soft
error.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 1090fde..f642599 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -569,7 +569,7 @@ if [ ${do_zoo:-no} = yes ]; then
# Collect exit code of the reader
if [ $(cat vfd_swmr_zoo_reader.rc) -ne 0 ]; then
echo reader had error
- nsofterrors=$((nsofterrors + 1))
+ nerrors=$((nerrors + 1))
fi
# Collect exit code of the writer