~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-26 09:19:43 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120926091943-kiooorf6tyy5yi7m
Tags: 1.7.4-0ubuntu1
* New upstream release. 
* debian/rules: Fail to build the packages if testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
23
23
override_dh_auto_test:
24
 
        nosetests test/unit || true
 
24
        nosetests test/functionalnosetests
25
25
endif
26
26
 
27
27
get-orig-source: