diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-libarchive-c/run-ptest')
-rw-r--r-- | meta/recipes-devtools/python/python3-libarchive-c/run-ptest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-libarchive-c/run-ptest b/meta/recipes-devtools/python/python3-libarchive-c/run-ptest new file mode 100644 index 0000000000..ddfbba7f94 --- /dev/null +++ b/meta/recipes-devtools/python/python3-libarchive-c/run-ptest | |||
@@ -0,0 +1,6 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # export needed to set the locale to support accentuated and non-latin chars in tests | ||
4 | export LC_ALL=en_US.UTF-8 | ||
5 | |||
6 | pytest --automake | ||