~gandelman-a/ubuntu/precise/nova/UCA_2012.2.1

« back to all changes in this revision

Viewing changes to tools/db/schema_diff.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Adam Gandelman
  • Date: 2012-06-22 12:39:57 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20120622123957-hbzwg84nt9rqwg8r
Tags: 2012.2~f2~20120621.14517-0ubuntu1
[ Chuck Short ]
* New upstream version.

[ Adam Gandelman ]
* debian/rules: Temporarily disable test suite while blocking
  tests are investigated. 
* debian/patches/kombu_tests_timeout.patch: Dropped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    ORIG_DUMP = ORIG_DB + ".dump"
234
234
    NEW_DUMP = NEW_DB + ".dump"
235
235
 
236
 
    db_type, orig_branch, orig_version, new_branch, new_version =\
237
 
            parse_options()
 
236
    options = parse_options()
 
237
    db_type, orig_branch, orig_version, new_branch, new_version = options
238
238
 
239
239
    # Since we're going to be switching branches, ensure user doesn't have any
240
240
    # uncommited changes