NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/46015: atf rquotad test no longer runnable
The following reply was made to PR bin/46015; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/46015: atf rquotad test no longer runnable
Date: Mon, 13 Feb 2012 10:33:34 +0100
On Mon, Feb 13, 2012 at 06:35:00AM +0000, dholland%NetBSD.org@localhost wrote:
> With the absolute latest HEAD, the rquota test now does this:
>
> test_case_root: not found
I don't quite understand the make magic involved, but certainly does not
look like an atf fault to me:
.for name in t_rquotad
TESTS_SH+= ${name}
TESTS_SH_SRC_${name}= ../ffs/quotas_common.sh ${name}.sh
.endfor
and ../ffs/quotas_common.sh defines the test_case_root function. Seems
to work for the ../ffs shell based tests, which use it pretty much the
same way.
Martin
Home |
Main Index |
Thread Index |
Old Index