Skip to content

Commit

Permalink
T7140: check-qemu-install: fix unparsable command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckath committed Feb 6, 2025
1 parent 9d7eef8 commit 7416cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-qemu-install
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ try:
c.expect(op_mode_prompt)
c.sendline('show system memory')
c.expect(op_mode_prompt)
c.sendline('show version all | match "vpp|vyos-1x"')
c.sendline('show version all | grep -e "vpp" -e "vyos-1x"')
c.expect(op_mode_prompt)

#################################################
Expand Down

0 comments on commit 7416cd4

Please sign in to comment.