Skip to content

Commit 0cb4af0

Browse files
committed
fixes verbosity string error
1 parent 5a03060 commit 0cb4af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

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

0 commit comments

Comments
 (0)