summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-28 00:24:56 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-28 00:24:56 +0100
commit160043ed5058ed19770055b11cc0710969a50aca (patch)
tree7f1c2ff93b8877a53c117eb6c2cf0126b385daeb /scripts
parente00af02a24d3121dbde9cd4c68d773739a7a5405 (diff)
downloadvyos-build-160043ed5058ed19770055b11cc0710969a50aca.tar.gz
vyos-build-160043ed5058ed19770055b11cc0710969a50aca.zip
Revert "Testsuite: fix vyos-smoketest binary path"
This reverts commit 2a0827cfa4ef2e8a204506481ec8fa6efad1665d. Location fixed in vyos-smoketest repo.
Diffstat (limited to 'scripts')
-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 93be1b3a..5789a782 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/sbin/vyos-smoketest')
+ cr(c, '/usr/bin/vyos-smoketest')
log.info("Smoke test status")
#data = c.before.decode()