diff options
author | Jesse Zhang <sen.zhang@windriver.com> | 2013-05-21 10:43:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:45 +0100 |
commit | 73b752897d8a4a9159d056d0c905e9076c30fcea (patch) | |
tree | fc320116645c544896cfd7c98de55d5548d86bc4 /meta/recipes-devtools/perl/perl_5.14.3.bb | |
parent | ab31f43071e86d516dc9d0c260b4695c776a5e6e (diff) | |
download | poky-73b752897d8a4a9159d056d0c905e9076c30fcea.tar.gz |
perl-tests: convert to ptest
On 05/17/2013 05:31 PM, Björn Stenberg wrote:
> Unless there are clear advantages with patching t/TEST that I have overlooked, I suggest using sed in run-ptest instead.
Ok.. Here is the new commit.
Removed the patch and added a call to sed in run-ptest. See attachment
for the test log.
From: Jesse Zhang <sen.zhang@windriver.com>
Date: Tue, 14 May 2013 02:53:30 -0400
Subject: [PATCH 1/1] perl-tests: convert to ptest
Replace PERL_TEST_DIR with PTEST_PATH, and rename "tests" with "ptest"
in various places. Also add a run-ptest script.
[YOCTO #4292]
(From OE-Core rev: 364cad5d8eecfec74a7be8cf93e75cd63031101f)
Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.14.3.bb')
-rw-r--r-- | meta/recipes-devtools/perl/perl_5.14.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.14.3.bb b/meta/recipes-devtools/perl/perl_5.14.3.bb index 72efc638b2..99150422fe 100644 --- a/meta/recipes-devtools/perl/perl_5.14.3.bb +++ b/meta/recipes-devtools/perl/perl_5.14.3.bb | |||
@@ -324,7 +324,7 @@ RPROVIDES_perl-lib = "perl-lib" | |||
324 | require perl-rdepends_${PV}.inc | 324 | require perl-rdepends_${PV}.inc |
325 | require perl-rprovides.inc | 325 | require perl-rprovides.inc |
326 | require perl-rprovides_${PV}.inc | 326 | require perl-rprovides_${PV}.inc |
327 | include perl-tests.inc | 327 | require perl-ptest.inc |
328 | 328 | ||
329 | SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" | 329 | SSTATE_SCAN_FILES += "*.pm *.pod *.h *.pl *.sh" |
330 | 330 | ||