Author: Richard Plangger <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit