Jan Matejek 2012-03-29 17:39:12 +00:00 committed by Git OBS Bridge
parent 9359975333
commit 27680ce855
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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