Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905198 - dev-util/include-what-you-use: src_test is missing die
Summary: dev-util/include-what-you-use: src_test is missing die
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-27 23:12 UTC by Sam James
Modified: 2023-04-28 06:09 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 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(-)