From 29cec9e2352143b5ddf841992010810ae327a31a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Dec 2012 21:55:58 +0000 Subject: [PATCH] build: Fix 'make help' output. check-valgrind-local-tests -> check-valgrind-local-guests --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1c91859d4..208102839 100644 --- a/Makefile.am +++ b/Makefile.am @@ -376,7 +376,7 @@ help: @echo @echo "make check Run the standard tests." @echo "make check-valgrind Run a subset of the tests under valgrind." - @echo "make check-valgrind-local-tests Test under valgrind using local guests." + @echo "make check-valgrind-local-guests Test under valgrind using local guests." @echo "make check-with-appliance Test using appliance attach-method." @echo "make check-with-upstream-qemu Test using upstream qemu." @echo "make check-with-upstream-libvirt Test using upstream libvirt."