diff options
author | Ross Burton <ross.burton@arm.com> | 2023-03-21 12:37:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-21 22:42:05 +0000 |
commit | fc2cf1f81942c54a032f0f45de73bdae3ab0eaaf (patch) | |
tree | 009678ff391483656c1fd9ec44382adb59fb63b8 | |
parent | d5e7bbd14728f3e504b99a625c67168533944455 (diff) | |
download | poky-fc2cf1f81942c54a032f0f45de73bdae3ab0eaaf.tar.gz |
python3-atomicwrites: use python3-unittest-automake-output
Instead of using sed to reformat the output use this new module.
(From OE-Core rev: 66907e95cf1e174c76ee8c495af1596cc1f63718)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-atomicwrites/run-ptest | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-atomicwrites/run-ptest b/meta/recipes-devtools/python/python3-atomicwrites/run-ptest index b63c4de0d9..8d2017d39c 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites/run-ptest +++ b/meta/recipes-devtools/python/python3-atomicwrites/run-ptest | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}' | 3 | pytest --automake |
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index 9f58a4bf1f..f706f5d7be 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
@@ -13,6 +13,7 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
15 | ${PYTHON_PN}-pytest \ | 15 | ${PYTHON_PN}-pytest \ |
16 | ${PYTHON_PN}-unittest-automake-output \ | ||
16 | ${PYTHON_PN}-unixadmin \ | 17 | ${PYTHON_PN}-unixadmin \ |
17 | " | 18 | " |
18 | 19 | ||