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=08311fa850a6cf26054b94a0acfb89c7aff03430;p=openstack-build%2Fhorizon-build.git Now running the upstream unit tests. Rewritten-From: 943428c3607ecfac878a1d33a12696c34798a0cd --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index fb8d334..85a4b48 100644 --- a/trusty/debian/changelog +++ b/trusty/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/trusty/debian/rules b/trusty/debian/rules index 9e2a1c8..c4d700a 100755 --- a/trusty/debian/rules +++ b/trusty/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