diff options
Diffstat (limited to 'scripts/patchtest.README')
-rw-r--r-- | scripts/patchtest.README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README index 3c1ee1af1d..1c674e23c9 100644 --- a/scripts/patchtest.README +++ b/scripts/patchtest.README | |||
@@ -18,7 +18,7 @@ baseline for development of similar suites for other layers as needed. | |||
18 | Patchtest can either run on a host or a guest machine, depending on | 18 | Patchtest can either run on a host or a guest machine, depending on |
19 | which environment you prefer. If you plan to test your own patches (a | 19 | which environment you prefer. If you plan to test your own patches (a |
20 | good practice before these are sent to the mailing list), the easiest | 20 | good practice before these are sent to the mailing list), the easiest |
21 | way is to install and execute on your local host; in the other hand, if | 21 | way is to install and execute on your local host; on the other hand, if |
22 | automatic testing is intended, the guest method is strongly recommended. | 22 | automatic testing is intended, the guest method is strongly recommended. |
23 | The guest method requires the use of the patchtest layer, in addition to | 23 | The guest method requires the use of the patchtest layer, in addition to |
24 | the tools available in oe-core: https://git.yoctoproject.org/patchtest/ | 24 | the tools available in oe-core: https://git.yoctoproject.org/patchtest/ |
@@ -33,7 +33,7 @@ by running `pip install -r meta/lib/patchtest/requirements.txt`. Note | |||
33 | that git-pw is not automatically added to the user's PATH; by default, | 33 | that git-pw is not automatically added to the user's PATH; by default, |
34 | it is installed at ~/.local/bin/git-pw. | 34 | it is installed at ~/.local/bin/git-pw. |
35 | 35 | ||
36 | For git-pw (and therefore scripts such as patchtest-get--series) to work, you need | 36 | For git-pw (and therefore scripts such as patchtest-get-series) to work, you need |
37 | to provide a Patchwork instance in your user's .gitconfig, like so (the project | 37 | to provide a Patchwork instance in your user's .gitconfig, like so (the project |
38 | can be specified using the --project argument): | 38 | can be specified using the --project argument): |
39 | 39 | ||