summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-28 20:36:21 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-28 20:36:21 (GMT)
commit5c534e41b66cad30f9d1203e04fe453940a4c666 (patch)
tree0c18cc4d9b696584c37b2aa11096d8a4b2e92ff5 /test/testvfdswmr.sh.in
parent1410aa21a079e90850595af27da89358d3c25bee (diff)
downloadhdf5-5c534e41b66cad30f9d1203e04fe453940a4c666.zip
hdf5-5c534e41b66cad30f9d1203e04fe453940a4c666.tar.gz
hdf5-5c534e41b66cad30f9d1203e04fe453940a4c666.tar.bz2
If there were hard errors, report any soft errors, too.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 9bcb180..0be3307 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -602,7 +602,8 @@ if test $nerrors -eq 0 ; then
fi
exit 0
else
- echo "VFD SWMR tests failed with $nerrors errors."
+ echo -n "VFD SWMR tests failed with $nerrors hard errors "
+ echo "and $nsofterrors soft errors."
exit 1
fi