Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 905198

Summary: dev-util/include-what-you-use: src_test is missing die
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Florian Schmaus <flow>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-27 23:12:44 UTC
0.19 has:
```
src_test() {
        "${EPYTHON}" run_iwyu_tests.py
}
```

No die -> it won't stop on failure.
Comment 1 Larry the Git Cow gentoo-dev 2023-04-28 06:09:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d2d0d79ba05ca4ed58527140b565d6ed881af3

commit 82d2d0d79ba05ca4ed58527140b565d6ed881af3
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-04-28 06:07:36 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-04-28 06:09:01 +0000

    dev-util/include-what-you-use: add missing 'die' in src_test
    
    Thanks to sam for reporting this.
    
    Closes: https://bugs.gentoo.org/905198
    Signed-off-by: Florian Schmaus <flow@gentoo.org>
    Reported-by: Sam James <sam@gentoo.org>

 dev-util/include-what-you-use/include-what-you-use-0.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)