summaryrefslogtreecommitdiff
path: root/tests/diff-out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/diff-out')
-rwxr-xr-xtests/diff-out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/diff-out b/tests/diff-out
index 5ebe97dd7..1308eccfb 100755
--- a/tests/diff-out
+++ b/tests/diff-out
@@ -398,8 +398,8 @@ if ($added_stats)
}
cleanup();
-# Exit code is 0 if no stats error, 1 otherwise
-$status = ($max_err_mag == 0.0) ? 0 : 1;
+# Exit code is 0 if some stats found & no stats error, 1 otherwise
+$status = ($#key_stats >= 0 && $max_err_mag == 0.0) ? 0 : 1;
exit $status;
sub cleanup