From 9b87b75a75760b5f0efd70a6b95cbcf909a6bb99 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Sun, 30 Mar 2014 18:19:33 +0800 Subject: [PATCH] Fix again unit tests. Change-Id: Ibbba441397f0ab0ef7ee27b8613b336aa80b1fba Rewritten-From: 4873da29889b7ead71c47e7e51fe798c9d803d6d --- trusty/debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index d7f7d6d..a7c8a70 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -39,7 +39,7 @@ override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) rm -rf .testrepository testr init - bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee $$TEMP_REZ | subunit2pyunit || true - test slowest + bash -x ./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | subunit2pyunit || true + testr slowest testr last --subunit | subunit-filter -s --no-passthrough | subunit-stats endif -- 2.45.2