On 9/24/07, Donnie Berkholz <[EMAIL PROTECTED]> wrote:
> On 12:35 Mon 24 Sep , Marijn Schouten (hkbst) wrote:
> > hkbst 07/09/24 12:35:11
> >
> > Modified: ChangeLog
> > Added: bigloo-3.0b_p2.ebuild
> > Log:
> > bump 3.0b-2, minor bugfix version
> > (Portage version: 2.1.3.9)
>
> > # "make test" does something weird so default src_test() in
> > /usr/lib/portage/bin/ebuild.sh fails the following test
> > # elif emake -j1 test -n &> /dev/null; then
> > # so copy straight from default src_test() all the stuff which depends on
> > that test passing
> > src_test() {
> > vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
> > if ! emake -j1 test; then
> > hasq test $FEATURES && die "Make test failed. See above for
> > details."
> > hasq test $FEATURES || eerror "Make test failed. See above
> > for details."
> > fi
> > }
>
> I'm a bit confused about what's going on here. Isn't src_test() only
> supposed to run when 'test' is in FEATURES?
Yes, but this is done python side (not bash side).
You should not use $FEATURES in an ebuild as they are not meant to be
part of the API.
>
> Thanks,
> Donnie
> --
> [EMAIL PROTECTED] mailing list
>
>
--
[EMAIL PROTECTED] mailing list