[pypy-svn] r47082 - pypy/dist/pypy/module/rctime/test

arigo at codespeak.net arigo at codespeak.net
Tue Oct 2 10:30:09 CEST 2007


Author: arigo
Date: Tue Oct  2 10:30:08 2007
New Revision: 47082

Modified:
   pypy/dist/pypy/module/rctime/test/test_rctime.py
Log:
A print to show progress when running with -s.  I thought the test was hanging.


Modified: pypy/dist/pypy/module/rctime/test/test_rctime.py
==============================================================================
--- pypy/dist/pypy/module/rctime/test/test_rctime.py	(original)
+++ pypy/dist/pypy/module/rctime/test/test_rctime.py	Tue Oct  2 10:30:08 2007
@@ -263,6 +263,7 @@
                           'j', 'm', 'M', 'p', 'S',
                           'U', 'w', 'W', 'x', 'X', 'y', 'Y', 'Z', '%'):
             format = ' %' + directive
+            print format
             rctime.strptime(rctime.strftime(format, tt), format)
 
     def test_pickle(self):


More information about the pypy-svn mailing list