Finding the problem in a doctest timeout
After changing a file and running the doctests, I'm getting:
sage -t "devel/sage-trac/sage/combinat/sf/hall_littlewood.py"
*** *** Error: TIMED OUT! PROCESS KILLED! *** ***
[360.2 s]
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage-trac/sage/combinat/sf/hall_littlewood.py" # Time out
Total time for all tests: 360.3 seconds
Is there an easy way to find out which test it was running when the timeout occurred? Or, equivalently, which tests did pass successfully?