Re: [gentoo-dev] FEATURES=-userpriv and testcases that fail as root or a user

2008-08-07 Thread Alexis Ballier
On Thu, 7 Aug 2008 12:00:23 -0700 "Robin H. Johnson" <[EMAIL PROTECTED]> wrote: > More than a year ago, I had my first occurrence of a package that > refused to work when run as root: dev-db/mysql. This lead to the > following block of code in the src_test block: > > if [[ $UID -eq 0 ]]; then >

Re: [gentoo-dev] FEATURES=-userpriv and testcases that fail as root or a user

2008-08-07 Thread Alec Warner
On Thu, Aug 7, 2008 at 12:00 PM, Robin H. Johnson <[EMAIL PROTECTED]> wrote: > More than a year ago, I had my first occurrence of a package that > refused to work when run as root: dev-db/mysql. This lead to the following > block of code in the src_test block: > > if [[ $UID -eq 0 ]]; then >

[gentoo-dev] FEATURES=-userpriv and testcases that fail as root or a user

2008-08-07 Thread Robin H. Johnson
More than a year ago, I had my first occurrence of a package that refused to work when run as root: dev-db/mysql. This lead to the following block of code in the src_test block: if [[ $UID -eq 0 ]]; then die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST b