commit:     671adf4f9e4c9c964a44edaf13a09a98ebf83024
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 16:59:19 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri May  4 06:53:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=671adf4f

Account for 'Build commands' being run in src_test

 pkg-mgr-commands.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index ffa7566..42fdced 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -283,9 +283,9 @@ Ebuilds must not run any of these commands once the current 
phase function has r
 \end{centertable}
 
 \subsection{Build commands}
-These commands are used during the \t{src_configure}, \t{src_compile}, and 
\t{src_install}
-phases to run the package's build commands. Ebuilds must not run any of these 
commands once the
-current phase function has returned.
+These commands are used during the \t{src_configure}, \t{src_compile}, 
\t{src_test},
+and \t{src_install} phases to run the package's build commands. Ebuilds must 
not run any of these
+commands once the current phase function has returned.
 
 \begin{description}
 \item[econf] Calls the program's \t{./configure} script. This is designed to 
work with GNU

Reply via email to