From 72ba181c432ea734467fa6085403571db5c4fab9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 13 Jun 2016 07:05:56 +0000 Subject: [PATCH] Fixed previous commit. Rewritten-From: 614214fcc7939a08fccbfa0e8b06c1f1d8beb757 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index aad9357f0..0c325ce81 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -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 ; \ -- 2.45.2