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