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

Pino Toscano ptoscano at redhat.com
Thu Oct 23 11:11:31 UTC 2014


On Wednesday 22 October 2014 20:32:32 Richard W.M. Jones wrote:
> 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?

The applies applies to current master, and this is independent from the 
test harness.

-- 
Pino Toscano




More information about the Libguestfs mailing list