diff options
Diffstat (limited to 'meta-python')
| -rwxr-xr-x | meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest b/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest index 8d2017d39c..3385d68939 100755 --- a/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | pytest --automake | 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/SKIPED/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}}' |
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb index 6768e959f4..b60a0f9c89 100644 --- a/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_1.4.1.bb | |||
| @@ -24,6 +24,5 @@ RDEPENDS:${PN} += " \ | |||
| 24 | " | 24 | " |
| 25 | RDEPENDS:${PN}-ptest += " \ | 25 | RDEPENDS:${PN}-ptest += " \ |
| 26 | python3-pytest \ | 26 | python3-pytest \ |
| 27 | python3-unittest-automake-output \ | ||
| 28 | " | 27 | " |
| 29 | 28 | ||
