From 6c09df6b8c12c238e7374b8d184babd3fe49bb37 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 --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/rules b/xenial/debian/rules index 09c472e5..e37deeea 100755 --- a/xenial/debian/rules +++ b/xenial/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