commit:     0d6117cbc17312f82dedca03b1bf5bc9eff37653
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 16:38:23 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 16:38:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=0d6117cb

README: override PORT_LOGDIR to dry-run tests

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 25e005e..5c72e7b 100644
--- a/README
+++ b/README
@@ -284,7 +284,7 @@ Various notes (AKA dirty little tricks)
 - How to test crossdev layout generation:
 
   $ mkdir -p foo
-  $ PORTAGE_CONFIGROOT=$(pwd)/foo EPREFIX=$(pwd)/foo ./crossdev -t mmix -P -p
+  $ PORTAGE_CONFIGROOT=$(pwd)/foo EPREFIX=$(pwd)/foo PORT_LOGDIR=$(pwd)/foo 
./crossdev -t mmix -P -p
 
   This needs some local patching. TODO: fix it to Just Work (perhaps with
   additional --test options).

Reply via email to