From: Zac Medico Date: Sat, 15 Sep 2012 19:39:05 +0000 (-0700) Subject: ebuild.5: EAPI 5 default_src_test parallel X-Git-Tag: v2.2.0_alpha129~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac85d5aa9f2b55850ff463f741e6f542e6d3817f;p=portage.git ebuild.5: EAPI 5 default_src_test parallel --- 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