run tests randomized
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=117
This commit is contained in:
parent
9359975333
commit
27680ce855
@ -181,7 +181,7 @@ EXCLUDE="$EXCLUDE -x test_unicode"
|
||||
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
|
||||
ulimit -v 10000000 || :
|
||||
fi
|
||||
make test TESTOPTS="-l $EXCLUDE"
|
||||
make test TESTOPTS="-l $EXCLUDE" TESTPYTHONOPTS="-R"
|
||||
# use network, be verbose:
|
||||
#make test TESTOPTS="-l -u network -v"
|
||||
%endif
|
||||
|
@ -210,7 +210,7 @@ if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
|
||||
ulimit -v 10000000 || :
|
||||
fi
|
||||
LIST="test_urllib test_ssl test_hashlib test_hmac test_urllib2_localnet test_unicodedata test_tarfile test_sqlite test_tcl test_anydbm test_dumbdbm test_gdbm test_whichdb test_tk test_ttk_textonly test_bsddb test_readline "
|
||||
make test TESTOPTS="$LIST"
|
||||
make test TESTOPTS="$LIST" TESTPYTHONOPTS="-R"
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user