]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Now running the upstream unit tests.
authorThomas Goirand <thomas@goirand.fr>
Thu, 17 Oct 2013 03:33:13 +0000 (03:33 +0000)
committerThomas Goirand <thomas@goirand.fr>
Thu, 17 Oct 2013 03:33:13 +0000 (03:33 +0000)
Rewritten-From: 943428c3607ecfac878a1d33a12696c34798a0cd

xenial/debian/changelog
xenial/debian/rules

index fb8d33416488466aa64322b1fd4bf32b2c7fb793..85a4b4842e7586cf1de21283d551a77b4d88d436 100644 (file)
@@ -1,6 +1,7 @@
 horizon (2013.2~rc3-1) experimental; urgency=low
 
   * New upstream pre-release.
+  * Now running the upstream unit tests.
 
  -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 11:27:06 +0800
 
index 9e2a1c8aa3b1be4e1aa3cab0fe8bcb25094dd19f..c4d700a797f93733aa7483545b23eb9862cff787 100755 (executable)
@@ -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