diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,15 +36,15 @@ through: umask 022 mkdir -p /usr/local/portage/pms-tests/profiles - echo 'pms-tests' > /usr/local/portage/pms-tests/profiles/repo_name + echo 'pms-test-suite' > /usr/local/portage/pms-tests/profiles/repo_name echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/pms-tests' >> /etc/make.conf The newly-created repository can be then referenced by name: - pms-tester -r pms-tests -p yourpm + pms-tester -r pms-test-suite -p yourpm -`pms-tests` is the default name, and pms-tester will use it when no `-r` +`pms-test-suite` is the default name, and pms-tester will use it when no `-r` nor `-R` is specified. Thus, the above could be simplified to: pms-tester -p yourpm |