~openstack-ubuntu-testing/glance/precise-grizzly

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2012-11-26 14:06:38 UTC
  • mfrom: (221.1.1 grizzly)
  • Revision ID: zulcss@ubuntu.com-20121126140638-3vteumuh9pmvbh8q
debian/rules: FTBFS if tests are run, force to skip them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
override_dh_install:
13
13
        dh_install --fail-missing
14
14
 
15
 
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 
15
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))
16
16
override_dh_auto_test:
17
17
        bash run_tests.sh -N || true
18
18
endif