summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyasn1
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-20 20:50:38 -0400
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-23 09:46:31 -0400
commit120bfa2aa03995f97fe48b9a296cccd5546f73b9 (patch)
tree16734e2b68fde935b64fdba1906d131dbc3c78ab /meta-python/recipes-devtools/python/python3-pyasn1
parent4fe58134346e1ca55978653e9153c8467f0c8ac3 (diff)
downloadmeta-openembedded-120bfa2aa03995f97fe48b9a296cccd5546f73b9.tar.gz
python3-pyasn1: Remove
This recipe has been moved to oe-core. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyasn1')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyasn1/run-ptest3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest b/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
deleted file mode 100644
index b63c4de0d9..0000000000
--- a/meta-python/recipes-devtools/python/python3-pyasn1/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest -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}}'