summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-15 12:39:05 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-15 12:39:05 -0700
commitac85d5aa9f2b55850ff463f741e6f542e6d3817f (patch)
tree5688493b1b3f419d5f97fa2b6089c4dae8e88f91 /man
parent345d938b7b995d7f336bf5d88dbf91affe27ac0d (diff)
downloadportage-ac85d5aa9f2b55850ff463f741e6f542e6d3817f.tar.gz
portage-ac85d5aa9f2b55850ff463f741e6f542e6d3817f.tar.bz2
portage-ac85d5aa9f2b55850ff463f741e6f542e6d3817f.zip
ebuild.5: EAPI 5 default_src_test parallel
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.57
1 files changed, 5 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 755923e33..fdcf3cf1f 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -808,8 +808,11 @@ steps should be done here.
Initial working directory of $S.
.TP
.B src_test
-Run all package specific test cases. The default is to run 'make check'
-followed 'make test'.
+Run all package specific test cases. The default is to run
+\'emake check\' followed \'emake test\'. Prior to \fBEAPI 5\fR,
+the default src_test implementation will automatically pass the
+\-j1 option as the last argument to emake, and beginning with
+\fBEAPI 5\fR it will allow the tests to run in parallel.
.br
Initial working directory of $S.
.TP