summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-25 15:20:44 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-29 17:04:48 +0000
commitb2b72143ab6f4c1e6b7935f233202ad221b373e2 (patch)
tree503389587c166cc28d29a511230579c980344345 /documentation
parentd484e58cfe960d44717f035db567ba8f0e2454b6 (diff)
downloadpoky-b2b72143ab6f4c1e6b7935f233202ad221b373e2.tar.gz
dev-manual: Restored ptest-runner2 to ptest-runner
Notified that Anibal wanted this reverted from the commit that changed it. This is due to the fact that we now use the same name for the new recipe ptest-runner instead of ptest-runner2 to maintain compatibility with old code. Reported-by: Anibal Limon <anibal.limon@intel.linux.com> (From yocto-docs rev: a1548ee35a797035247d8fdee6127560db9ead5d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 51cd77adba..b94df4e580 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7515,8 +7515,8 @@
7515 <title>Running ptest</title> 7515 <title>Running ptest</title>
7516 7516
7517 <para> 7517 <para>
7518 The <filename>ptest-runner2</filename> package installs a 7518 The <filename>ptest-runner</filename> package installs a
7519 program that loops through all installed ptest test 7519 shell script that loops through all installed ptest test
7520 suites and runs them in sequence. 7520 suites and runs them in sequence.
7521 Consequently, you might want to add this package to 7521 Consequently, you might want to add this package to
7522 your image. 7522 your image.