From 1e495a5ea56b92c81fe6ef11109280dfa941c303 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 --- trusty/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trusty/debian/rules b/trusty/debian/rules index e65b0878..56d57a59 100755 --- a/trusty/debian/rules +++ b/trusty/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