...
This commit is contained in:
parent
5eb852532f
commit
6f74d1b0c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
|
|
@ -32,7 +32,7 @@ def do_print_crash_reports():
|
|||
with open(f) as src:
|
||||
print(src.read())
|
||||
if not found:
|
||||
print(os.listdir(cdir))
|
||||
print('\n'.join(os.listdir(cdir)))
|
||||
else:
|
||||
run('sh -c "echo bt | coredumpctl debug"')
|
||||
print(flush=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue