diff options
Diffstat (limited to 'bitbake/README')
-rw-r--r-- | bitbake/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/README b/bitbake/README index 5527e9fbbf..2d5cd254e5 100644 --- a/bitbake/README +++ b/bitbake/README | |||
@@ -39,5 +39,5 @@ Testing: | |||
39 | Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. | 39 | Bitbake has a testsuite located in lib/bb/tests/ whichs aim to try and prevent regressions. |
40 | You can run this with "bitbake-selftest". In particular the fetcher is well covered since | 40 | You can run this with "bitbake-selftest". In particular the fetcher is well covered since |
41 | it has so many corner cases. The datastore has many tests too. Testing with the testsuite is | 41 | it has so many corner cases. The datastore has many tests too. Testing with the testsuite is |
42 | recommended becore submitting patches, particularly to the fetcher and datastore. We also | 42 | recommended before submitting patches, particularly to the fetcher and datastore. We also |
43 | appreciate new test cases and may require them for more obscure issues. | 43 | appreciate new test cases and may require them for more obscure issues. |