]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Removes coverage call patch, now applied upstream.
authorThomas Goirand <thomas@goirand.fr>
Mon, 9 Dec 2013 16:29:39 +0000 (00:29 +0800)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Dec 2013 16:29:39 +0000 (00:29 +0800)
Rewritten-From: 662b00020881ed0057fcbc90e63069ae098e1362

trusty/debian/changelog
trusty/debian/patches/fix-call-to-usr-bin-coverage.patch [deleted file]
trusty/debian/patches/series [deleted file]

index b4a86040b4952cc57605e11b8a5656c0af08d535..0aca9b40fb8457ce00f1818bbca1e3bd046da81a 100644 (file)
@@ -1,6 +1,7 @@
 heat (2014.1~b1-1) experimental; urgency=low
 
   * New upstream release (Icehouse beta 1).
+  * Removes coverage call patch, now applied upstream.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2013 22:01:07 +0800
 
diff --git a/trusty/debian/patches/fix-call-to-usr-bin-coverage.patch b/trusty/debian/patches/fix-call-to-usr-bin-coverage.patch
deleted file mode 100644 (file)
index 4114332..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Using python -m coverage instead of /usr/bin/coverage
-Author: Steven Hardy <shardy@redhat.com>
-Origin: upstream, https://review.openstack.org/#/c/52668/
-Bug-Ubuntu: https://launchpad.net/bugs/1241330
-Last-Update: 2013-10-20
-
---- heat-2013.2.orig/run_tests.sh
-+++ heat-2013.2/run_tests.sh
-@@ -117,7 +117,7 @@ fi
- if [ "$coverage" == 1 ]; then
-     echo "Generating coverage report in ./cover"
-     python setup.py testr --coverage --slowest
--    coverage report -m
-+    python -m coverage report --show-missing
- fi
- exit $result
diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series
deleted file mode 100644 (file)
index dd3cfbc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-fix-call-to-usr-bin-coverage.patch