From: Thomas Goirand Date: Thu, 17 Oct 2013 03:33:13 +0000 (+0000) Subject: Now running the upstream unit tests. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cc935d074ab3a9335dab9d1e3ef8c2591e5fbc7f;p=openstack-build%2Fhorizon-build.git Now running the upstream unit tests. Rewritten-From: 943428c3607ecfac878a1d33a12696c34798a0cd --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index fb8d334..85a4b48 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,6 +1,7 @@ horizon (2013.2~rc3-1) experimental; urgency=low * New upstream pre-release. + * Now running the upstream unit tests. -- Thomas Goirand Thu, 17 Oct 2013 11:27:06 +0800 diff --git a/xenial/debian/rules b/xenial/debian/rules index 9e2a1c8..c4d700a 100755 --- a/xenial/debian/rules +++ b/xenial/debian/rules @@ -43,3 +43,8 @@ override_dh_auto_clean: rm -rf $(CURDIR)/doc/build rm -f horizon/openstack_dashboard/test/.secret_key_store find $(CURDIR)/openstack_dashboard -iname '*.pyc' -delete + +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) +override_dh_auto_test: + ./run_tests.sh -N -P || true +endif