diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-03-30 13:56:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-30 11:44:47 -0700 |
commit | ac867f6fa6273ca3361cc6b5b07ca23ef6d25ae6 (patch) | |
tree | 360edfb89fb301a47d80ad00532d2b89c624dec8 /meta-python/recipes-devtools/python/python3-sqlparse | |
parent | 0b5e3ef98a60b777cc7b4f831f5be6ee5a5113f1 (diff) | |
download | meta-openembedded-ac867f6fa6273ca3361cc6b5b07ca23ef6d25ae6.tar.gz |
python3-sqlparse: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse/run-ptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse/run-ptest b/meta-python/recipes-devtools/python/python3-sqlparse/run-ptest new file mode 100644 index 0000000000..40c284799d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlparse/run-ptest | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | pytest | ||