From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 22508138010 for ; Sat, 15 Sep 2012 19:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D99021C01C; Sat, 15 Sep 2012 19:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2EE1721C01C for ; Sat, 15 Sep 2012 19:39:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67C2133D20C for ; Sat, 15 Sep 2012 19:39:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D6F9E543F for ; Sat, 15 Sep 2012 19:39:17 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1347737945.ac85d5aa9f2b55850ff463f741e6f542e6d3817f.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/ebuild.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ac85d5aa9f2b55850ff463f741e6f542e6d3817f X-VCS-Branch: master Date: Sat, 15 Sep 2012 19:39:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 32e66e05-69eb-46f8-b121-97fe8480c2af X-Archives-Hash: 491c5328598d3dfd1ecd2e7eddbff3c6 commit: ac85d5aa9f2b55850ff463f741e6f542e6d3817f Author: Zac Medico gentoo org> AuthorDate: Sat Sep 15 19:39:05 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Sep 15 19:39:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=ac85d5aa ebuild.5: EAPI 5 default_src_test parallel --- man/ebuild.5 | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/man/ebuild.5 b/man/ebuild.5 index 755923e..fdcf3cf 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