diff options
-rw-r--r-- | test/testvfdswmr.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |