diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-09-18 12:48:36 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-09-18 12:48:36 +0100 |
commit | 157b5006dbf2db2927e48ce592a83a279513d183 (patch) | |
tree | 25ad290282d42edea6c87c87b5ce67df3f7b43ba | |
parent | 7e4b197cb6a5071c13e407546a21f9b93fe3798d (diff) | |
download | libguestfs-157b5006dbf2db2927e48ce592a83a279513d183.tar.gz libguestfs-157b5006dbf2db2927e48ce592a83a279513d183.tar.xz libguestfs-157b5006dbf2db2927e48ce592a83a279513d183.zip |
extra-tests: Clean up some comments about the upstream qemu tests.
-rw-r--r-- | tests/extra/Makefile.am | 7 |
1 files 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: |