From 47890e826f7229293ce171266e1c200c0b69e72b Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 28 May 2020 15:34:31 -0500 Subject: A zoo error is not a soft error. Count it as a hard error instead of a soft error. --- test/testvfdswmr.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12