Jan Matejek 2012-05-15 14:17:54 +00:00 committed by Git OBS Bridge
parent 725f3b3051
commit d28ce9563c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 15 14:17:43 UTC 2012 - jmatejek@suse.com
- enabled some tests
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 8 13:30:29 UTC 2011 - jmatejek@suse.com Thu Dec 8 13:30:29 UTC 2011 - jmatejek@suse.com

View File

@ -210,7 +210,7 @@ make %{?_smp_mflags}
if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then if test $(ulimit -v) = unlimited || test $(ulimit -v) -gt 10000000; then
ulimit -v 10000000 || : ulimit -v 10000000 || :
fi 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 " LIST="test_urllib test_ssl test_hashlib test_hmac test_urllib2_localnet test_unicodedata test_tarfile test_sqlite test_tcl test_dbm test_anydbm test_dumbdbm test_gdbm test_whichdb test_tk test_ttk_textonly test_bsddb test_bsddb3 test_readline"
make test TESTOPTS="$LIST" TESTPYTHONOPTS="-R" make test TESTOPTS="$LIST" TESTPYTHONOPTS="-R"
%endif %endif