From 88d5dcce5a1ef518b7753fb9b96d04531870316a Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 16 Apr 2015 10:11:32 +0200 Subject: [PATCH] Only run tests in heat.tests Rewritten-From: 1afa68c2a9da2c2b0afaf61865ba6d6b276d87eb --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index 09c472e5..e37deeea 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -15,7 +15,7 @@ override_dh_auto_test: testr init set -e && set -x && \ TEMP_REZ=`mktemp -t` && \ - PYTHONPATH=$(CURDIR) testr run --subunit '^(?!(heat_integrationtests|heat\.tests\.test_server\.ServersTest\.test_resolve_attribute_console_url))' | tee $$TEMP_REZ | subunit2pyunit || true ; \ + PYTHONPATH=$(CURDIR) testr run --subunit 'heat.tests.*' | tee $$TEMP_REZ | subunit2pyunit || true ; \ cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats || true ; \ rm -f $$TEMP_REZ ; testr slowest -- 2.45.2