]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed previous commit.
authorThomas Goirand <thomas@goirand.fr>
Mon, 13 Jun 2016 07:05:56 +0000 (07:05 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 13 Jun 2016 07:05:56 +0000 (07:05 +0000)
Rewritten-From: 614214fcc7939a08fccbfa0e8b06c1f1d8beb757

xenial/debian/rules

index aad9357f0b792a5d2d577d832df5bf4bab6a625f..0c325ce8148ca072de756f22a471530e2c41089c 100755 (executable)
@@ -180,7 +180,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
                rm -rf .testrepository ; \
                testr-python$$PYMAJOR init ; \
                TEMP_REZ=`mktemp -t` ; \
-               PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'neutron\.tests\.unit.* | tee $$TEMP_REZ | subunit2pyunit ; \
+               PYTHONPATH=$(CURDIR) PYTHON=python$$i testr-python$$PYMAJOR run --subunit 'neutron\.tests\.unit.*' | tee $$TEMP_REZ | subunit2pyunit ; \
                cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
                rm -f $$TEMP_REZ ; \
                testr-python$$PYMAJOR slowest ; \