From: František Dvořák Date: Mon, 30 Nov 2015 14:56:18 +0000 (+0100) Subject: More generic launch of tests (python3). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f474cb7bfe54034d154572474f83f26397b5f0c9;p=packaging-rpm-pOCCI.git More generic launch of tests (python3). --- diff --git a/python-pOCCI.spec b/python-pOCCI.spec index 67c24fe..51d4a51 100644 --- a/python-pOCCI.spec +++ b/python-pOCCI.spec @@ -149,9 +149,9 @@ popd %if 0%{?with_python3} # workaround problems with tests in setuptools pushd python3/build/lib/tests -%{__python3} ./test_parse_http.py -%{__python3} ./test_parse_text.py -%{__python3} ./test_parse_uri.py +for t in test_*.py; do + %{__python3} ./${t} +done popd %endif %endif