~ubuntu-branches/ubuntu/oneiric/m2crypto/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-10-14 13:38:09 UTC
  • Revision ID: james.westby@ubuntu.com-20091014133809-i0uq3d7hdmbozlrq
Tags: 0.19.1-0ubuntu6
debian/rules: Disable testsuite, it will timeout the builds. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        for version in $(versions); \
35
35
                do python$$version setup.py build; \
36
36
        done
37
 
        for version in $(versions); \
38
 
                do python$$version setup.py test || true; \
39
 
        done; \
40
37
 
41
38
        touch build-stamp
42
39