Skip to content

Commit

Permalink
fixes verbosity string error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed Jan 22, 2013
1 parent 5a03060 commit 0cb4af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

def main(db_url="sqlite://localhost/:memory:", test_runner='cms.test_utils.runners.NormalTestRunner', junit_output_dir='.',
time_tests=False, verbosity=1, failfast=False, test_labels=None):
verbosity = int(verbosity)
if not test_labels:
test_labels = ['cms']
with temp_dir() as STATIC_ROOT:
Expand Down

0 comments on commit 0cb4af0

Please sign in to comment.