]> code.ossystems Code Review - openembedded-core.git/commit
perl-tests: convert to ptest
authorJesse Zhang <sen.zhang@windriver.com>
Tue, 21 May 2013 02:43:04 +0000 (10:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:02 +0000 (14:07 +0100)
commit364cad5d8eecfec74a7be8cf93e75cd63031101f
tree859f732b76abcf2fa18eae9f9ae84e80033ec7d3
parent6022e81570b80232f272a1aa474e8ced3a089382
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]

Signed-off-by: Jesse Zhang <sen.zhang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/perl/perl-5.14.3/run-ptest [new file with mode: 0644]
meta/recipes-devtools/perl/perl-ptest.inc [new file with mode: 0644]
meta/recipes-devtools/perl/perl-tests.inc [deleted file]
meta/recipes-devtools/perl/perl_5.14.3.bb