From 20637fc37d93e24ee415a53e4ba2cb2fe5039d5c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 2 Apr 2014 14:17:58 +0800 Subject: [PATCH] Fixed subunit stats output Change-Id: Id633cca755c52be5e3b99fbdf6d70e2a9aabb662 Rewritten-From: ebbdc8658e5b0b538f90da5daf743ee93400a230 --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index a8b2bb6..d939044 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -41,7 +41,7 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) testr init set -e && \ TEMP_REZ=`mktemp -t` && \ - bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | subunit2pyunit || true ; \ + bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee $$TEMP_REZ | subunit2pyunit || true ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \ rm -f $$TEMP_REZ ; testr slowest -- 2.32.3