From 157b5006dbf2db2927e48ce592a83a279513d183 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 18 Sep 2012 12:48:36 +0100 Subject: extra-tests: Clean up some comments about the upstream qemu tests. --- tests/extra/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am index 0d97e606..8fd24b37 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -23,7 +23,8 @@ # (tip: add yourself to the 'disk' group) # - valgrind # - libtool -# - qemu in $QEMUDIR +# Optional: +# - upstream qemu in $QEMUDIR # # These tests may fail for reasons which aren't necessarily real problems. # @@ -196,8 +197,8 @@ test-mount-local: test-ocaml: $(MAKE) -C ../../ocaml VG="$(VG)" check -# When running the extra tests, if directory $HOME/d/qemu exists then -# we will rerun the extra-tests using the version of qemu from that +# When running the extra tests, if directory $QEMUDIR exists then we +# will rerun all the extra-tests using the version of qemu from that # directory. eg. That might be qemu from git. # # The directory name can be overridden using: -- cgit