[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8138/8267] gawk-ptest: fix a failing test



commit f7e10b532c56baed6de139009c5d193738ef8375
Author: Juro Bystricky <juro bystricky intel com>
Date:   Fri Oct 13 10:45:05 2017 -0700

    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: 7e1da2f7c1068cf88424e4af3659d185dbd4167d)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    (cherry picked from commit 3e6bbb81d143919e37cea1549220d27df22080fe)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/gawk/gawk_4.1.4.bb |    2 +-
 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 04451f7..995d37d 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
 
 do_install_ptest() {
        mkdir ${D}${PTEST_PATH}/test
-       for i in `grep -vE "@|^$|#|Gt-dummy" ${S}/test/Maketests |awk -F: '{print $1}'` Maketests; \
+       for i in `grep -vE "@|^$|#|Gt-dummy" ${S}/test/Maketests |awk -F: '{print $1}'` Maketests inclib.awk; 
\
          do cp ${S}/test/$i* ${D}${PTEST_PATH}/test; \
        done
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]