summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2017-10-13 10:45:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:21 +0000
commit08d50dcc25238e05685c122cd39b220f71d3ec52 (patch)
treec2362a03931053e1d73554c0e94555993352a839 /meta/recipes-extended/gawk
parent2f5e7b0cd3f684a944d657631f7dca95df8611f0 (diff)
downloadpoky-08d50dcc25238e05685c122cd39b220f71d3ec52.tar.gz
gawk-ptest: fix a failing test
This patch changes the result of the "include" test from FAIL to PASS. The test used to fail as the test prerequisite was missing. This was the only test out of 298 that used to fail. (From OE-Core rev: 3e6bbb81d143919e37cea1549220d27df22080fe) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gawk')
-rw-r--r--meta/recipes-extended/gawk/gawk_4.1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.1.4.bb
index 04451f7ff8..995d37d2ad 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.4.bb
+++ b/meta/recipes-extended/gawk/gawk_4.1.4.bb
@@ -41,7 +41,7 @@ inherit ptest
41 41
42do_install_ptest() { 42do_install_ptest() {
43 mkdir ${D}${PTEST_PATH}/test 43 mkdir ${D}${PTEST_PATH}/test
44 for i in `grep -vE "@|^$|#|Gt-dummy" ${S}/test/Maketests |awk -F: '{print $1}'` Maketests; \ 44 for i in `grep -vE "@|^$|#|Gt-dummy" ${S}/test/Maketests |awk -F: '{print $1}'` Maketests inclib.awk; \
45 do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \ 45 do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \
46 done 46 done
47} 47}