Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912160 - dev-lang/go: tests abort immediately instead of showing full list of failures
Summary: dev-lang/go: tests abort immediately instead of showing full list of failures
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-12 04:45 UTC by Sam James
Modified: 2023-08-14 19:12 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-08-12 04:45:18 UTC
Tests currently abort immediately instead of showing full list of failures.

Noticed when looking into bug 912152.

We should pass '-k' to run.bash so that we get a nice verbose log when tests fail rather than it aborting at the first failure.
Comment 1 Larry the Git Cow gentoo-dev 2023-08-14 19:12:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb386bb769d4338fe07d969a40d71f6e1c039dd

commit 3cb386bb769d4338fe07d969a40d71f6e1c039dd
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2023-08-14 19:06:34 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2023-08-14 19:12:17 +0000

    dev-lang/go: show full list of test failures
    
    Closes: https://bugs.gentoo.org/912160
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-lang/go/go-1.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)