From 2fe43bd4239afb01f184529ae1650b2e569ef6e2 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 May 2020 11:46:54 -0500 Subject: Fix inverted logic: report "soft" errors if there were *not* 0 of them. --- 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 b372e1c..10fe3f2 100644 --- a/test/testvfdswmr.sh.in +++ b/test/testvfdswmr.sh.in @@ -645,7 +645,7 @@ cd .. $DPRINT nerrors $nerrors nsofterrors $nsofterrors if test $nerrors -eq 0 ; then echo "VFD SWMR tests passed." - if test $nsofterrors -eq 0 ; then + if test $nsofterrors -ne 0 ; then echo echo "${nsofterrors} soft errors occurred. That's safe to ignore." fi -- cgit v0.12