diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-25 15:20:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 17:04:48 +0000 |
commit | b2b72143ab6f4c1e6b7935f233202ad221b373e2 (patch) | |
tree | 503389587c166cc28d29a511230579c980344345 | |
parent | d484e58cfe960d44717f035db567ba8f0e2454b6 (diff) | |
download | poky-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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
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. |