summaryrefslogtreecommitdiffstats
path: root/documentation/test-manual/test-manual-intro.xml
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commitc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch)
treed0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/test-manual/test-manual-intro.xml
parent6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff)
downloadpoky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/test-manual-intro.xml')
-rw-r--r--documentation/test-manual/test-manual-intro.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/test-manual/test-manual-intro.xml b/documentation/test-manual/test-manual-intro.xml
index 8e2c7cd874..0cdbee4d8e 100644
--- a/documentation/test-manual/test-manual-intro.xml
+++ b/documentation/test-manual/test-manual-intro.xml
@@ -12,8 +12,8 @@
12 <para> Welcome to the Yocto Project Test Environment Manual! This manual is a work in 12 <para> Welcome to the Yocto Project Test Environment Manual! This manual is a work in
13 progress. The manual contains information about the testing environment used by the 13 progress. The manual contains information about the testing environment used by the
14 Yocto Project to make sure each major and minor release works as intended. All the 14 Yocto Project to make sure each major and minor release works as intended. All the
15 projects testing infrastructure and processes are publicly visible and available so 15 project's testing infrastructure and processes are publicly visible and available so
16 that the community can see what testing is being performed, how its being done and the 16 that the community can see what testing is being performed, how it's being done and the
17 current status of the tests and the project at any given time. It is intended that Other 17 current status of the tests and the project at any given time. It is intended that Other
18 organizations can leverage off the process and testing environment used by the Yocto 18 organizations can leverage off the process and testing environment used by the Yocto
19 Project to create their own automated, production test environment, building upon the 19 Project to create their own automated, production test environment, building upon the
@@ -579,7 +579,7 @@
579 'bitbake -p (cached)') 579 'bitbake -p (cached)')
580 </literallayout>This 580 </literallayout>This
581 example shows how three specific parsing timings are measured, with and without 581 example shows how three specific parsing timings are measured, with and without
582 various caches, to show how BitBakes parsing performance trends over time.</para> 582 various caches, to show how BitBake's parsing performance trends over time.</para>
583 </section> 583 </section>
584 </section> 584 </section>
585 <section id='test-writing-considerations'> 585 <section id='test-writing-considerations'>