diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-07-31 16:59:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-07-31 16:59:08 +0200 |
commit | 77afc9c476bc6bcc1c40d467f6bae95d492fae51 (patch) | |
tree | 2378de2a4d6c4e8cf1458b84b754bd0cc7f7c2c1 /README | |
parent | Update README on test execution. (diff) | |
download | pms-test-suite-77afc9c476bc6bcc1c40d467f6bae95d492fae51.tar.gz pms-test-suite-77afc9c476bc6bcc1c40d467f6bae95d492fae51.tar.bz2 pms-test-suite-77afc9c476bc6bcc1c40d467f6bae95d492fae51.zip |
README: fix repo name.
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 |