Author: mattip <[email protected]>
Branch: 
Changeset: r82919:380503fd3fa7
Date: 2016-03-09 21:10 +0200
http://bitbucket.org/pypy/pypy/changeset/380503fd3fa7/

Log:    hack test runner to log wall time to debug buildbot getting kill
        signal

diff --git a/testrunner/runner.py b/testrunner/runner.py
--- a/testrunner/runner.py
+++ b/testrunner/runner.py
@@ -259,7 +259,8 @@
 
         if res[0] == 'start':
             started += 1
-            out.write("++ starting %s [%d started in total]\n" % (res[1],
+            now = time.strftime('%H:%M:%S')
+            out.write("++ %s starting %s [%d started in total]\n" % (now, 
res[1],
                                                                   started))
             continue
         
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to