Missed a call to stop_tmux_repair_thread()

This commit is contained in:
2Shirt 2019-01-08 19:34:17 -07:00
parent a839140ff4
commit 2583358963
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -1140,7 +1140,6 @@ def run_hw_tests(state):
# Cleanup # Cleanup
state.ost.disconnect(full=True) state.ost.disconnect(full=True)
stop_tmux_repair_thread(state)
tmux_kill_pane(*state.panes.values()) tmux_kill_pane(*state.panes.values())
state.panes.clear() state.panes.clear()