~james-page/keystone/folsom-resync

« back to all changes in this revision

Viewing changes to debian/rules

New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        cp tests/test_overrides.conf tests/test_overrides.conf.orig
27
27
        cp $(CURDIR)/debian/tests/test_overrides.conf $(CURDIR)/tests/test_overrides.conf
28
28
        sed -i 's|%CUR_DIR%|$(CURDIR)|g' $(CURDIR)/tests/test_overrides.conf
29
 
        bash run_tests.sh -N || true
 
29
        bash run_tests.sh -N
30
30
        mv $(CURDIR)/tests/test_overrides.conf.orig $(CURDIR)/tests/test_overrides.conf
31
31
        rm -rf $(CURDIR)/debian/tests/testing.db $(CURDIR)/debian/tests/keystone-signing
32
32
endif