test: Remove unneccessary pane naming from layout_two_guests
This loop goes through and gives a numeric label to each pane, even though we name the panes properly shortly thereafter. Looks like a leftover from some earlier version. Remove it. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
feb8946ff5
commit
dc3f200a0b
1 changed files with 0 additions and 4 deletions
|
@ -155,10 +155,6 @@ layout_two_guests() {
|
|||
tmux split-window -h -l '35%' -t passt_test:1.0
|
||||
tmux split-window -v -t passt_test:1.0
|
||||
|
||||
for i in `seq 0 5`; do
|
||||
tmux select-pane -t $i -T "${i}"
|
||||
done
|
||||
|
||||
PANE_GUEST_1=0
|
||||
PANE_GUEST_2=1
|
||||
PANE_INFO=2
|
||||
|
|
Loading…
Reference in a new issue