Bug 273572 - sysutils/ncdu2: expose vendor tests
Summary: sysutils/ncdu2: expose vendor tests
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-04 23:13 UTC by Jan Beich
Modified: 2023-09-06 20:57 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
v1 (apply via "git am") (745 bytes, patch)
2023-09-04 23:13 UTC, Jan Beich
no flags Details | Diff
v1 (apply via "git am") (755 bytes, patch)
2023-09-04 23:15 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2023-09-04 23:13:15 UTC
Created attachment 244642 [details]
v1 (apply via "git am")

# ncdu2-2.2.2_4
$ make test
[...]
6 passed; 0 skipped; 1 failed.

# ncdu2-2.3 (bug 273274)
$ make test
[...]
Build Summary: 1/3 steps succeeded; 1 failed; 6/7 tests passed; 1 failed (disable with --summary none)
Comment 1 Jan Beich freebsd_committer freebsd_triage 2023-09-04 23:15:35 UTC
Created attachment 244643 [details]
v1 (apply via "git am")

Forgot to prepend ${SETENV} for consistency with do-build in the same file.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-06 20:55:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc284c23b1aec378e4593386846c7247099cf4cd

commit dc284c23b1aec378e4593386846c7247099cf4cd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-06 20:50:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-06 20:50:54 +0000

    sysutils/ncdu2: Add make test

    PR:             273572

 sysutils/ncdu2/Makefile | 3 +++
 1 file changed, 3 insertions(+)
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-09-06 20:57:01 UTC
Committed. Thanks!