diff options
author | Edwin Plauchu <edwin.plauchu.camacho@intel.com> | 2016-09-26 16:44:25 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-28 10:16:03 +0100 |
commit | 6c22e39f06dac92698e98172c509f3671743e92f (patch) | |
tree | 6925f5143558548e074ba432ee8fa127b8b76198 /meta/recipes-support/ptest-runner | |
parent | 527764b4c57b3b68bb2717c5e922f8a3cbba79ba (diff) | |
download | poky-6c22e39f06dac92698e98172c509f3671743e92f.tar.gz |
ptest-runner: recipe update related to minor fix.
A minor fix has been published regarding the need of a user
of being noticed when some run-ptest script fails.
Also Found modifications to ptest unit test stuff
* removed unnecessary code from unit test run_timeout_ptest
* added test case for run_ptest failure
Finally..
New content within contributions section of README.md.
[YOCTO #9752]
(From OE-Core rev: 94030ce3322b51d20c7d4a35381c053a4d765ae0)
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ptest-runner')
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb index aaa7c5991b..9d4551389b 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | |||
@@ -7,8 +7,8 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/" | |||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
9 | 9 | ||
10 | SRCREV = "8bfdf946e784f4d5757bebee1fbc4b4a3d7a95c4" | 10 | SRCREV = "e2aa4256745377b784c8691f546041b59f6e046b" |
11 | PV = "2.0+git${SRCPV}" | 11 | PV = "2.0.1+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2" | 13 | SRC_URI = "git://git.yoctoproject.org/ptest-runner2" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |