Skip to content
Snippets Groups Projects
Commit ee34237b authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix `check` step of `PKGBUILD` [ci skip]

parent fb18bcfe
No related branches found
No related tags found
No related merge requests found
Pipeline #36062 skipped
...@@ -23,7 +23,7 @@ build() { ...@@ -23,7 +23,7 @@ build() {
check() { check() {
local pyver=$(python -c 'import sys; print("{}.{}".format(*sys.version_info[:2]))') local pyver=$(python -c 'import sys; print("{}.{}".format(*sys.version_info[:2]))')
local machine=$(python -c 'import platform; print(platform.machine())') local machine=$(python -c 'import platform; print(platform.machine())')
cd "${srcdir}/${_name}-${pkgver}/build/lib.linux-${machine}-${pyver}" cd "${srcdir}/${_name}-${pkgver}/build/lib.linux-${machine}"-*
python -m unittest ${_name}.tests python -m unittest ${_name}.tests
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment