Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388251 - SKIP_SYSTEM_TESTS is ignored from CLI during config file
Summary: SKIP_SYSTEM_TESTS is ignored from CLI during config file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 18:44 UTC by Killian De Volder
Modified: 2011-10-24 18:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Killian De Volder 2011-10-23 18:44:41 UTC
The check say to set SKIP_SYSTEM_TESTS yet starting SKIP_SYSTEM_TESTS="" emerge --config postgresql-server ignores the set env.

Reproducible: Always

Steps to Reproduce:
SKIP_SYSTEM_TESTS="" emerge --config postgresql-server
Actual Results:  
Tests are not skipped.

Expected Results:  
Test are skipped.

The only way to fix it atm for me is to mantually edit the ebuild file and reinstall.
Comment 1 Mike Gilbert gentoo-dev 2011-10-23 22:35:22 UTC
You need to set SKIP_SYSTEM_TESTS to a non-zero length string. For example:

SKIP_SYSTEM_TESTS=yes
SKIP_SYSTEM_TESTS=foo
Comment 2 Killian De Volder 2011-10-24 18:33:34 UTC
Wow indeed, sorry it must have been to late for me to work ...
I thought I tried that.

Sorry for such a silly bug report.

Kind regards,
Killian

ps. I took the liberty to close the bug :)