From 6c10a727caa6d8e7604949d56c876f5d28647fc8 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 7 Dec 2012 19:04:44 +0000 Subject: [PATCH] Runs only unit tests, not functional tests Rewritten-From: 5cc9fa66be25ed440d4f10cffc3306e490d3c18a --- xenial/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.45.2