[yum] Allow check-po-yes-no to fail.

James Antill james at fedoraproject.org
Sat Sep 25 16:06:42 UTC 2010


commit 93b0b42688c27ae86e22480984b02427faa1bd01
Author: James Antill <james at and.org>
Date:   Sat Sep 25 12:06:34 2010 -0400

    Allow check-po-yes-no to fail.

 yum-HEAD.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index 03c23e0..12ca604 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -1,3 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 8065899..20f5629 100644
+--- a/Makefile
++++ b/Makefile
+@@ -63,7 +63,7 @@ doccheck:
+ 
+ test:
+ 	@nosetests -i ".*test" test
+-	@test/check-po-yes-no.py
++	- at test/check-po-yes-no.py
+ 	cd po; make test
+ 
+ test-skipbroken:
 diff --git a/cli.py b/cli.py
 index 9542b7a..0accd35 100644
 --- a/cli.py


More information about the scm-commits mailing list