summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-27 20:15:40 +0200
committerChristian Poessinger <christian@poessinger.com>2019-12-27 20:15:40 +0200
commit2a0827cfa4ef2e8a204506481ec8fa6efad1665d (patch)
tree2a0c19d6fcb9d6c94918c97c37359ad4704e30ff
parent1d90e10566477f96e0716f75e7de1500c77a0175 (diff)
downloadvyos-build-2a0827cfa4ef2e8a204506481ec8fa6efad1665d.tar.gz
vyos-build-2a0827cfa4ef2e8a204506481ec8fa6efad1665d.zip
Testsuite: fix vyos-smoketest binary path
-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 5789a782..93be1b3a 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -299,7 +299,7 @@ try:
elif i==2:
log.error("Did not find VyOS-smoketest, this should be an exception")
#raise Exception("WTF? did not find VyOS-smoketest, this should be an exception")
- cr(c, '/usr/bin/vyos-smoketest')
+ cr(c, '/usr/sbin/vyos-smoketest')
log.info("Smoke test status")
#data = c.before.decode()