~cisco-openstack/keystone/essex

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2012-03-26 13:11:30 UTC
  • Revision ID: zulcss@ubuntu.com-20120326131130-s8npaaxjhy35yza0
StillĀ failĀ tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        cp $(CURDIR)/debian/tests/test_overrides.conf $(CURDIR)/tests/test_overrides.conf
24
24
        sed -i 's|%CUR_DIR%|$(CURDIR)|g' $(CURDIR)/tests/test_overrides.conf    
25
25
        # TEMP: ignore failures until bug 961871 is resolved
26
 
        bash run_tests.sh -N -xintegration || true
 
26
        bash run_tests.sh -N || true
27
27
        mv $(CURDIR)/tests/test_overrides.conf.orig $(CURDIR)/tests/test_overrides.conf
28
28
        rm -rf $(CURDIR)/debian/tests/testing.db
29
29
endif