]> code.ossystems Code Review - openembedded-core.git/commit
gawk: ptest fixes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2019 17:06:23 +0000 (18:06 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Jun 2019 15:01:36 +0000 (16:01 +0100)
commit8392d60e05c4eed0b08273c1a934eeea54215079
treef7abc1352fd0a546ae40acd4bf3265f29c080a1c
parentb9630048451342a0ca1080955b0df35b0c94ce46
gawk: ptest fixes

In minimal images all tests pass due to a missing dependency on make.
Add the missing dependecy.

The test list created by the run-ptest script is incorrect as it includes
entries like "fi". Simplify it and correct it.

Some tests are skipped due to mpfr not being enabled. Correctly mark these
as SKIP.

Some tests need the "../gawk" script, create a link to it so the tests
work correctly.

Also print more information in the failed test cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/gawk/gawk/run-ptest
meta/recipes-extended/gawk/gawk_5.0.0.bb