summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-01 18:59:19 +0200
committerUlrich Müller <ulm@gentoo.org>2018-05-04 08:53:49 +0200
commit671adf4f9e4c9c964a44edaf13a09a98ebf83024 (patch)
treea7163097aa713359a19c02931a4b25df23102a81
parentbest_version: Explicitly specify the output format (diff)
downloadpms-671adf4f.tar.gz
pms-671adf4f.tar.bz2
pms-671adf4f.zip
Account for 'Build commands' being run in src_test
-rw-r--r--pkg-mgr-commands.tex6
1 files 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