GNU bug report logs -
#12041
Issues running the testsuite as root
Previous Next
Reported by: Dennis Clarke <dclarke <at> blastwave.org>
Date: Tue, 24 Jul 2012 12:33:01 UTC
Severity: minor
Tags: patch
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #39 received at 12041 <at> debbugs.gnu.org (full text, mbox):
----- Original Message -----
From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Date: Tuesday, July 24, 2012 12:06 pm
Subject: Re: Issues running the testsuite as root
To: Dennis Clarke <dclarke <at> blastwave.org>
Cc: 12041 <at> debbugs.gnu.org
> On 07/24/2012 05:14 PM, Dennis Clarke wrote:
> >
> >> On 07/24/2012 03:59 PM, Dennis Clarke wrote:
> >>>
> >>> However, for just right now, how would I run just that one test?
> >>>
> >> In this case:
> >>
> >> make check TESTS=t/primary-prefix-couples-force-valid
> >
> > Is this really just one test ?
> >
> Oh no, my bad! You are not using GNU make, so you have to use a more
> complex idiom:
>
> make check TESTS=t/primary-prefix-couples-force-valid AM_MAKEFLAGS='TESTS="$(TESTS)"'
ta da :
iscbind $ make check TESTS=t/primary-prefix-couples-force-valid AM_MAKEFLAGS='TESTS="$(TESTS)"'
make TESTS="t/primary-prefix-couples-force-valid" t/wrap/aclocal-1.12 t/wrap/automake-1.12 t/ax/test-init.sh t/ax/plain-functions.sh t/ax/tap-functions.sh \
defs-static
`t/wrap/aclocal-1.12' is up to date.
`t/wrap/automake-1.12' is up to date.
`t/ax/test-init.sh' is up to date.
`t/ax/plain-functions.sh' is up to date.
`t/ax/tap-functions.sh' is up to date.
`defs-static' is up to date.
make TESTS="t/primary-prefix-couples-force-valid" check-TESTS check-local
PASS: t/primary-prefix-couples-force-valid.sh
============================================================================
Testsuite summary for GNU Automake 1.12.2
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
iscbind $
So that sorts out that fake FAIL from earlier.
Dennis
This bug report was last modified 12 years and 360 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.