The sage-doctest script returns some status info in its exit code, like if it was aborted with a KeyboardInterrupt. The sage-ptest script interprets this information, but sage-test mostly ignores it.
One symptom is that Ctrl-C-ing a sage -t run of multiple files doesn't work.
Component: doctest coverage
Author: Willem Jan Palenstijn
Reviewer: Alex Ghitza
Merged: sage-4.3.2.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/7995