More test output

This commit is contained in:
Miro Hrončok 2018-12-20 11:31:22 +01:00
commit 8dbc369a49
2 changed files with 4 additions and 2 deletions

View file

@ -14,4 +14,5 @@ X=${X:-"-x test_socket"}
export OPENSSL_CONF=/non-existing-file
# https://bugzilla.redhat.com/show_bug.cgi?id=1618753
$PYTHON -m test --findleaks $X
$PYTHON -m test.pythoninfo
$PYTHON -m test -wW --findleaks $X

View file

@ -17,4 +17,5 @@ JOBS=${JOBS:-0}
export OPENSSL_CONF=/non-existing-file
# https://bugzilla.redhat.com/show_bug.cgi?id=1618753
$PYTHON -m test -j$JOBS $X
$PYTHON -m test.pythoninfo
$PYTHON -m test -wW -j$JOBS $X