diff --git a/providers/base/bin/suspend_stats.py b/providers/base/bin/suspend_stats.py index becc3c217a..00aae13bf1 100755 --- a/providers/base/bin/suspend_stats.py +++ b/providers/base/bin/suspend_stats.py @@ -137,7 +137,8 @@ def main(self): else: if self.is_any_failed(): raise SystemExit( - "There are [{}] failed".format(self.contents["fail"]) + "\nFailed results have been found " + "(see logs above for more information)." )