~ubuntu-branches/ubuntu/saucy/ceilometer/saucy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-07-22 18:06:05 UTC
  • Revision ID: package-import@ubuntu.com-20130722180605-3nxxiafzwnoerviv
Tags: 2013.2~b2-0ubuntu3
* debian/rules: Enable testsuite.
* debian/control: Fix up run time dependencies.
* debian/patches/fix-setup-requirements.patch: Refreshed
* debian/patches/skip-database-tests.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
15
15
override_dh_auto_test:
16
 
        testr init && testr run || true
 
16
        testr init && testr run
17
17
endif
18
18
 
19
19
override_dh_install:
22
22
 
23
23
override_dh_auto_clean:
24
24
        rm -f etc/ceilometer/ceilometer.conf
 
25
        rm -rf .testrepository
25
26
        dh_auto_clean