[Libguestfs] [PATCH] tests: rename $SRCDIR to $srcdir

Richard W.M. Jones rjones at redhat.com
Wed Oct 22 19:32:32 UTC 2014


On Wed, Oct 22, 2014 at 05:30:50PM +0200, Pino Toscano wrote:
> No functional changes to the tests.
> ---
>  tests/guests/Makefile.am                   | 12 ++++++------
>  tests/guests/guest-aux/make-debian-img.sh  |  6 +++---
>  tests/guests/guest-aux/make-fedora-img.pl  | 10 +++++-----
>  tests/guests/guest-aux/make-ubuntu-img.sh  |  4 ++--
>  tests/guests/guest-aux/make-windows-img.sh |  6 +++---
>  5 files changed, 19 insertions(+), 19 deletions(-)
> 
> diff --git a/tests/guests/Makefile.am b/tests/guests/Makefile.am
> index 62f5d14..88e0f57 100644
> --- a/tests/guests/Makefile.am
> +++ b/tests/guests/Makefile.am
> @@ -75,7 +75,7 @@ fedora.img: guest-aux/make-fedora-img.pl \
>  		guest-aux/fedora-journal.tar.xz \
>  		guest-aux/fedora-name.db \
>  		guest-aux/fedora-packages.db
> -	SRCDIR=$(srcdir) LAYOUT=partitions $(top_builddir)/run --test $<
> +	srcdir=$(srcdir) LAYOUT=partitions $(top_builddir)/run --test $<

This is for the current tests or the test-harness or in preparation
for the test-harness?

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/




More information about the Libguestfs mailing list