From: Thomas Goirand Date: Fri, 7 Dec 2012 19:04:44 +0000 (+0000) Subject: Runs only unit tests, not functional tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6c10a727caa6d8e7604949d56c876f5d28647fc8;p=openstack-build%2Fheat-build.git Runs only unit tests, not functional tests Rewritten-From: 5cc9fa66be25ed440d4f10cffc3306e490d3c18a --- diff --git a/xenial/debian/rules b/xenial/debian/rules index e65b0878..56d57a59 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -9,7 +9,7 @@ include /usr/share/openstack-pkg-tools/pkgos.make ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: - ./run_tests.sh -N -P || true + ./run_tests.sh -u endif override_dh_clean: