[Bug 268863] sysutils/py-rdiff-backup: Update to 2.2.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 12 Jan 2023 08:24:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268863

--- Comment #12 from Nuno Teixeira <eduardo@FreeBSD.org> ---
(In reply to Zsolt Udvari from comment #11)

You can run it in a poudriere interactive jail:

e.g., jail==131amd64 and ports==main:
---
$ poudriere testport -i -j 131amd64 -p main -o sysutils/py-rdiff-backup

Inside jail you will need super user rights:

$ su
$ make test
$ exit (to exit from su command)
$ exit (to leave jail)

If jail==140amd64, then inside it, cd to /usr/ports/sysutils/py-rdiff-backup
and do the same commands.

If testunit is broken due to upstream problems then we can add a "special"
do-test-fail target until is fixed. Need to search on Mk/* scripts whats the
target to use.

-- 
You are receiving this mail because:
You are the assignee for the bug.