Fix python3 tests.

This commit is contained in:
Richard W.M. Jones 2018-04-09 18:44:46 +01:00
parent 2a48eb8cfa
commit f8e39c9cf2

View File

@ -462,7 +462,7 @@ make check -j1 || {
%if 0%{?have_libguestfs}
%if 0%{?have_python3}
pushd python3
make check -j1 TESTS=test-python || {
make check -j1 -C tests TESTS=test-python || {
cat tests/test-suite.log
exit 1
}