+heat (2014.1~b3-2) experimental; urgency=low
+
+ * Using testr directly instead of run_test.sh.
+
+ -- Thomas Goirand <zigo@debian.org> Sun, 16 Mar 2014 15:19:57 +0800
+
heat (2014.1~b3-1) experimental; urgency=low
* New upstream release (Icehouse beta 3).
python-troveclient (>= 1.0.3),
python-webob (>= 1.2.3),
python-yaml,
- testrepository (>= 0.0.18)
+ testrepository (>= 0.0.18),
+ subunit (>= 0.0.18)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/heat.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/heat.git
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
- ./run_tests.sh || true
+ set -e && set -x && \
+ TEMP_REZ=`mktemp -t` && \
+ python setup.py testr --slowest --testr-args='--subunit ' \
+ | tee $$TEMP_REZ | subunit2pyunit && \
+ cat $$TEMP_REZ | subunit-stats && \
+ rm -f $$TEMP_REZ
endif
override_dh_clean: