[pypy-commit] pypy s390x-backend: added print statement to test

plan_rich pypy.commits at gmail.com
Thu Mar 10 03:48:50 EST 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: s390x-backend
Changeset: r82927:290a4a57f4ac
Date: 2016-03-10 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/290a4a57f4ac/

Log:	added print statement to test

diff --git a/rpython/rlib/test/test_rthread.py b/rpython/rlib/test/test_rthread.py
--- a/rpython/rlib/test/test_rthread.py
+++ b/rpython/rlib/test/test_rthread.py
@@ -150,6 +150,7 @@
                 willing_to_wait_more -= 1
                 done = len(state.answers) == expected
 
+                print "waitting %d more iterations" % willing_to_wait_more
                 time.sleep(0.01)
 
             time.sleep(0.1)


More information about the pypy-commit mailing list