diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-04-04 01:46:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:38:09 -0700 |
commit | 00e16173308d409acbe15cde261cc502017e2eca (patch) | |
tree | afa8973979f74a0b9d9b1d0c1fab954d439b5131 /meta-python/recipes-devtools/python/python3-precise-runner/run-ptest | |
parent | a383dd710cc8e2d81a4377788c2bb6b31aee591b (diff) | |
download | meta-openembedded-00e16173308d409acbe15cde261cc502017e2eca.tar.gz |
python3-precise-runner: 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-precise-runner/run-ptest')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-precise-runner/run-ptest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-precise-runner/run-ptest b/meta-python/recipes-devtools/python/python3-precise-runner/run-ptest new file mode 100644 index 0000000000..5cec711696 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-precise-runner/run-ptest | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | pytest | ||