~ubuntu-server-dev/neutron/essex

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2012-01-12 09:13:48 UTC
  • Revision ID: zulcss@ubuntu.com-20120112091348-1yhvfz79c94tkh24
* debian/rules: 
  - Fix git snapshot creation.
  - Fix running test suite during the build.

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
 
        python run_test.py || true
 
24
        ./run_test.sh -N || true
25
25
endif
26
26
 
27
27
get-orig-source: