summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgagnome2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgagnome b/mgagnome
index 0a685c8..2cfc16a 100755
--- a/mgagnome
+++ b/mgagnome
@@ -633,7 +633,7 @@ class SpecFile(object):
has_ignored = False
has_failed = False
for line in cmd_output:
- if 'FAILED' in line:
+ if 'FAILED' in line or 'File to patch:' in line or 'saving rejects to file' in line:
has_failed = True
break
elif 'ignored' in line: