Hi,
the command like
sage-runtests --long --warn-long 30.0 --random-seed=286735480429121101562228604801325644303 src/sage/rings/polynomial/polynomial_element.pyx # 1 doctest failed
does not work locally. This is inconvenient.
Previously a doctesting command just ran locally by copy-and-paste, since it began with
sage -t --long ...
I don't know when this changed.