~james-page/cinder/havana-pep8-deps

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2013-03-25 13:31:36 UTC
  • Revision ID: zulcss@ubuntu.com-20130325133136-afn0ylhqzr06cr75
debian/rules: Fix FTBFS, we want '-v' and not '-V'. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
17
17
override_dh_auto_test:
18
 
        PYTHONPATH=$(CURDIR) bash run_tests.sh -N -V
 
18
        PYTHONPATH=$(CURDIR) bash run_tests.sh -N -v
19
19
endif
20
20
 
21
21
override_dh_install: