From 27680ce85505c37b820314a4594a77a0b7ebc7ed4d19c9a3c928e7653ebbbb31 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 29 Mar 2012 17:39:12 +0000 Subject: [PATCH] run tests randomized OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=117 --- python-base.spec | 2 +- python.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-base.spec b/python-base.spec index 9fcba2c..876bdb7 100644 --- a/python-base.spec +++ b/python-base.spec @@ -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 diff --git a/python.spec b/python.spec index f7eab65..8568410 100644 --- a/python.spec +++ b/python.spec @@ -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