diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-14 08:36:51 -0700 |
|---|---|---|
| committer | tgamblin <trevor.gamblin@windriver.com> | 2022-03-16 09:25:28 -0400 |
| commit | f26ca7749b3d96c8abc5336117248eca91bd3380 (patch) | |
| tree | 2ffac82c7e35575c269db0702972e2b45e1e9da7 /meta-python/recipes-devtools/python/python3-bcrypt | |
| parent | d30cd125d56cfd62b948e24cfbdfa0652484aa32 (diff) | |
| download | meta-openembedded-f26ca7749b3d96c8abc5336117248eca91bd3380.tar.gz | |
python3-bcrypt: Remove
Moved to oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-bcrypt')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-bcrypt/run-ptest | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-bcrypt/run-ptest b/meta-python/recipes-devtools/python/python3-bcrypt/run-ptest deleted file mode 100644 index b63c4de0d9..0000000000 --- a/meta-python/recipes-devtools/python/python3-bcrypt/run-ptest +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 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}}' | ||
