summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index f29c5f3d..dd4c739d 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -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)
#################################################