Codebase list python-castellan / cabd56a
Avoid functional test listing with testr. Thomas Goirand 8 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 python-castellan (0.2.1-2) unstable; urgency=medium
1
2 * Avoid functional test listing with testr.
3
4 -- Thomas Goirand <zigo@debian.org> Wed, 16 Sep 2015 17:02:18 +0200
5
06 python-castellan (0.2.1-1) unstable; urgency=medium
17
28 * Initial release. (Closes: #XXXXXX)
3434 rm -rf .testrepository ; \
3535 testr-python$$PYMAJOR init ; \
3636 TEMP_REZ=`mktemp -t` ; \
37 PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'castellan\.tests\.unit.*' | tee $$TEMP_REZ | subunit2pyunit ; \
37 OS_TEST_PATH=castellan/tests/unit PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'castellan\.tests\.unit.*' | tee $$TEMP_REZ | subunit2pyunit ; \
3838 cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
3939 rm -f $$TEMP_REZ ; \
4040 testr-python$$PYMAJOR slowest ; \