]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Runs only unit tests, not functional tests
authorThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 19:04:44 +0000 (19:04 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 7 Dec 2012 19:04:44 +0000 (19:04 +0000)
Rewritten-From: 5cc9fa66be25ed440d4f10cffc3306e490d3c18a

trusty/debian/rules

index e65b0878619b5d97ba5586ca9fb02b89702c7bf6..56d57a5972e3ca8b655875c21580cc8eb04f75bc 100755 (executable)
@@ -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: