From: Richard W.M. Jones Date: Fri, 25 Sep 2020 08:38:36 +0000 (+0100) Subject: tests: run-qemu-sanity-check: Add -v flag for verbose messages. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3b6b45488513dfb2c2a871d020dee532eb89714d;p=qemu-sanity-check.git tests: run-qemu-sanity-check: Add -v flag for verbose messages. Useful when debugging test failures. --- diff --git a/run-qemu-sanity-check b/run-qemu-sanity-check index 65039ce..79745e5 100755 --- a/run-qemu-sanity-check +++ b/run-qemu-sanity-check @@ -17,4 +17,4 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -./qemu-sanity-check --initrd=./initrd "$@" +./qemu-sanity-check -v --initrd=./initrd "$@"