After failing tmux vterm tests run powerline-config
Its output may give some clue.
This commit is contained in:
parent
a0edcccecf
commit
1e25c5ec42
|
@ -141,6 +141,8 @@ def main():
|
|||
if result == expected_result:
|
||||
return True
|
||||
else:
|
||||
p.send(b'powerline-config tmux setup\n')
|
||||
sleep(5)
|
||||
print('Screen:')
|
||||
screen = []
|
||||
for i in range(rows):
|
||||
|
|
Loading…
Reference in New Issue