~zulcss/ceilometer/deps-refresh

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2013-01-08 15:58:13 UTC
  • Revision ID: zulcss@ubuntu.com-20130108155813-m1l9mquz8dgrir26
Fix typo for nosetests

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
13
13
override_dh_auto_test:
14
 
        noestests
 
14
        nosetests
15
15
endif
16
16