tests: run-qemu-sanity-check: Add -v flag for verbose messages.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Sep 2020 08:38:36 +0000 (09:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Sep 2020 08:38:36 +0000 (09:38 +0100)
Useful when debugging test failures.

run-qemu-sanity-check

index 65039ce..79745e5 100755 (executable)
@@ -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 "$@"