mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Some debugging for hang in linux CI
This commit is contained in:
parent
0c7aa15980
commit
1d28aa1d6a
@ -68,6 +68,9 @@ class Test(BaseTest):
|
||||
if opts.exclude_test_name:
|
||||
tests = remove_tests_by_name(tests, *opts.exclude_test_name)
|
||||
run_cli(tests, verbosity=opts.test_verbosity, buffer=not opts.test_name)
|
||||
if is_ci:
|
||||
print('run_cli returned', flush=True)
|
||||
raise SystemExit(0)
|
||||
|
||||
|
||||
class TestRS(BaseTest):
|
||||
|
Loading…
x
Reference in New Issue
Block a user