[python-debian/master] Fail on any test failure, and actually run the changelog test

John Wright john at johnwright.org
Wed Aug 5 06:05:19 UTC 2009


This was the case before commit 0d633960; that commit adds a for loop
that doesn't use "set -e", and drops running the changelog test.
---
 debian/rules |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index e28780f..ae8ab68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,10 @@ build-stamp: setup.py
 	python setup.py build
 	
 	# run the tests
-	cd tests && \
-		for f in deb822 debfile debtags; do \
-			./test_$$f.py ; \
-		done 
+	cd tests && ./test_deb822.py
+	cd tests && ./test_debfile.py
+	cd tests && ./test_debtags.py
+	cd tests && python ../debian_bundle/changelog.py
 
 	#python debian_bundle/python_support.py
 	debian_bundle/doc-debtags > README.debtags
-- 
1.5.6.5





More information about the pkg-python-debian-commits mailing list