diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-27 14:57:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-27 14:57:59 +0200 |
commit | 0d32e8b0534430c03d054b72e17c67f000765d17 (patch) | |
tree | 3bfd642839ca37cfbe9ccd7996f5413f79e11e14 /scripts | |
parent | 2e1e117f96674b6bdbcf51cc62ef5345c6a1509d (diff) | |
download | vyos-build-0d32e8b0534430c03d054b72e17c67f000765d17.tar.gz vyos-build-0d32e8b0534430c03d054b72e17c67f000765d17.zip |
Revert "Testsuite: start smoketest as root"
This reverts commit 2d78aa082830065dd681cc50f8dffae77b4b8226.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 43117b2b..b5ccc0b3 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -291,7 +291,7 @@ try: ################################################# log.info("Executing test-suite ") - c.sendline('sudo /usr/bin/vyos-smoketest') + c.sendline('/usr/bin/vyos-smoketest') i = c.expect(['\n +Invalid command:', '\n +Set failed', 'No such file or directory', |