From 1a7f83e750c59a1ddaf8e94e1286a025b8f8702e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 15 Aug 2010 00:07:36 -0700 Subject: DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn() with a minimal environment. This gives coverage to some of the ebuild execution internals, like ebuild.sh, EbuildSpawnProcess, and EbuildIpcDaemon. --- bin/ebuild.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index c8161773b..8813bd6d0 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -2200,6 +2200,8 @@ ebuild_main() { fi set +f ;; + _internal_test) + ;; *) export SANDBOX_ON="1" echo "Unrecognized EBUILD_SH_ARGS: '${EBUILD_SH_ARGS}'" -- cgit v1.2.3-1-g7c22