| 1 |
Creating test database for alias 'default'... |
| 2 |
Destroying old test database 'default'... |
| 3 |
Type 'yes' if you would like to try deleting the test database '/Users/chipx86/src/rb/reviewboard/db/webtest.db', or 'no' to cancel: Traceback (most recent call last): |
| 4 |
File "./reviewboard/manage.py", line 188, in <module> |
| 5 |
main(settings) |
| 6 |
File "./reviewboard/manage.py", line 165, in main |
| 7 |
execute_from_command_line(sys.argv) |
| 8 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/__init__.py", line 453, in execute_from_command_line |
| 9 |
utility.execute() |
| 10 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/__init__.py", line 392, in execute |
| 11 |
self.fetch_command(subcommand).run_from_argv(self.argv) |
| 12 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/commands/test.py", line 51, in run_from_argv |
| 13 |
super(Command, self).run_from_argv(argv) |
| 14 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/base.py", line 222, in run_from_argv |
| 15 |
self.execute(*args, **options.__dict__) |
| 16 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/commands/test.py", line 72, in execute |
| 17 |
super(Command, self).execute(*args, **options) |
| 18 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/base.py", line 255, in execute |
| 19 |
output = self.handle(*args, **options) |
| 20 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/core/management/commands/test.py", line 89, in handle |
| 21 |
failures = test_runner.run_tests(test_labels) |
| 22 |
File "/Users/chipx86/src/rb/reviewboard/reviewboard/test.py", line 76, in run_tests |
| 23 |
old_config = self.setup_databases() |
| 24 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/test/simple.py", line 315, in setup_databases |
| 25 |
self.verbosity, autoclobber=not self.interactive) |
| 26 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/db/backends/creation.py", line 281, in create_test_db |
| 27 |
self._create_test_db(verbosity, autoclobber) |
| 28 |
File "/Users/chipx86/buildroots/rb2.0/lib/python2.7/site-packages/Django-1.5.4-py2.7.egg/django/db/backends/sqlite3/creation.py", line 57, in _create_test_db |
| 29 |
confirm = input("Type 'yes' if you would like to try deleting the test database '%s', or 'no' to cancel: " % test_database_name) |
| 30 |
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/signals.py", line 36, in __call__ |
| 31 |
self.default_handler(signum, frame) |
| 32 |
KeyboardInterrupt |