diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-02-28 11:28:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-27 20:21:03 -0800 |
commit | f017ca0eea24580e4d82831ceef2746f8b26b8e3 (patch) | |
tree | f3c3bdc1c8c114d8efab7eaa4429cc5705ef64cb /meta-python/recipes-devtools/python/python3-appdirs | |
parent | b48cb2b9505c88400a91492dbe23eabe8e1bc88f (diff) | |
download | meta-openembedded-f017ca0eea24580e4d82831ceef2746f8b26b8e3.tar.gz |
python3-appdirs: enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-appdirs')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-appdirs/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-appdirs/run-ptest b/meta-python/recipes-devtools/python/python3-appdirs/run-ptest new file mode 100644 index 000000000..5287f3e03 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-appdirs/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | sed -e 's/\[100%\]//g' | sed -e 's/\.\.F/: FAIL/g' | sed -e 's/\.\.\./: PASS/g' | ||