Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/sage/doctest/forker.py: specify walltime in sage -t --verbose output
Now that cpu seconds are used for --warn-long, we should disambiguate wherever wall seconds are still used. One such place is in the verbose test runner output, which outputs (for example) ok [3.83 s] after a test that took 3.83 wall seconds. This commit changes that output to ok [3.83s wall] which is unmistakable.
- Loading branch information