Package-Manager: portage-2.2.24
Signed-off-by: Marc Joliet <marcec@gmx.de>
}
src_test() {
- cd tests || die
- local -x ASCIIDOC_PY=../asciidoc.py
- "${PYTHON}" test${PN}.py update || die
- "${PYTHON}" test${PN}.py run || die
+ local -x ASCIIDOC_PY=asciidoc.py
+ "${PYTHON}" tests/test${PN}.py update || die
+ "${PYTHON}" tests/test${PN}.py run || die
}
pkg_postinst() {
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
}
src_test() {
- cd tests || die
- local -x ASCIIDOC_PY=../asciidoc.py
- "${PYTHON}" test${PN}.py update || die
- "${PYTHON}" test${PN}.py run || die
+ local -x ASCIIDOC_PY=asciidoc.py
+ "${PYTHON}" tests/test${PN}.py update || die
+ "${PYTHON}" tests/test${PN}.py run || die
}