diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-28 08:07:36 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-28 08:09:01 +0200 |
commit | 82d2d0d79ba05ca4ed58527140b565d6ed881af3 (patch) | |
tree | dd481ce5f5a9f374a368fc209968864336ad618c /dev-util/include-what-you-use | |
parent | app-text/pinfo: add github upstream metadata (diff) | |
download | gentoo-82d2d0d79ba05ca4ed58527140b565d6ed881af3.tar.gz gentoo-82d2d0d79ba05ca4ed58527140b565d6ed881af3.tar.bz2 gentoo-82d2d0d79ba05ca4ed58527140b565d6ed881af3.zip |
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>
Diffstat (limited to 'dev-util/include-what-you-use')
-rw-r--r-- | dev-util/include-what-you-use/include-what-you-use-0.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild b/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild index 9a8a73dd3235..367e7c6d5101 100644 --- a/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild +++ b/dev-util/include-what-you-use/include-what-you-use-0.19.ebuild @@ -54,5 +54,5 @@ src_configure() { } src_test() { - "${EPYTHON}" run_iwyu_tests.py + "${EPYTHON}" run_iwyu_tests.py || die } |