1
0
Fork 0

sys-fs/tmsu: fixed test path

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-12-27 07:44:17 -05:00
parent 9df86a41e4
commit afdb17b324
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
27 Dec 2020; <chymera@gentoo.org> tmsu-0.7.5.ebuild:
sys-fs/tmsu: fixed test path
06 Jan 2020; <chymera@gentoo.org> tmsu-0.7.5.ebuild:
sys-fs/tmsu: license update

View File

@ -49,6 +49,6 @@ src_install() {
}
src_test() {
cd "${WORKDIR}/${P}/tests" || die
cd "${WORKDIR}/${P}/src/github.com/oniony/TMSU/tests" || die
./runall || die
}