~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gavin Panella
  • Date: 2011-08-10 10:23:44 UTC
  • mto: (13588.9.11 lazr-anim-stuff)
  • mto: This revision was merged to the branch mainline in revision 13655.
  • Revision ID: gavin.panella@canonical.com-20110810102344-5vxbdp3xxyu4is2m
Don't comment out check_schema in Makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
        bin/test -m canonical.config.tests -vvt test_config
97
97
 
98
98
check_schema: build
99
 
        #${PY} utilities/check-db-revision.py
 
99
        ${PY} utilities/check-db-revision.py
100
100
 
101
101
# Clean before running the test suite, since the build might fail depending
102
102
# what source changes happened. (e.g. apidoc depends on interfaces)