mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 23:05:32 +02:00
Use different socket for each attempt
This commit is contained in:
parent
b71d5f2d44
commit
e19feb9472
@ -93,7 +93,7 @@ def get_expected_result(tmux_version,
|
|||||||
|
|
||||||
def main(attempts=3):
|
def main(attempts=3):
|
||||||
vterm_path = os.path.join(VTERM_TEST_DIR, 'path')
|
vterm_path = os.path.join(VTERM_TEST_DIR, 'path')
|
||||||
socket_path = os.path.abspath('tmux-socket')
|
socket_path = os.path.abspath('tmux-socket-{0}'.format(attempts))
|
||||||
rows = 50
|
rows = 50
|
||||||
cols = 200
|
cols = 200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user