Opened 14 years ago
Closed 10 years ago
#4943 closed enhancement (duplicate)
make sage -tp run sage -t when only one file is specified
Reported by: | ncalexan | Owned by: | mabshoff |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | doctest coverage | Keywords: | parallel doctest testing |
Cc: | Merged in: | ||
Authors: | Reviewers: | David Roe | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage -tp is great, except it doesn't print synchronously when only one file is being tested. It's irritating to wait for output when there are no race problems due to only a single parallel process. Could we make sage -tp detect a single file and just run sage -t when that's the case?
Change History (6)
comment:1 Changed 14 years ago by
Milestone: | sage-3.2.3 → sage-3.3 |
---|
comment:2 Changed 14 years ago by
Milestone: | sage-3.4 → sage-3.4.1 |
---|
comment:3 Changed 14 years ago by
Type: | defect → enhancement |
---|
comment:4 Changed 10 years ago by
Report Upstream: | → N/A |
---|---|
Status: | new → needs_review |
comment:5 Changed 10 years ago by
Milestone: | sage-5.8 → sage-duplicate/invalid/wontfix |
---|---|
Status: | needs_review → positive_review |
comment:6 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Reviewers: | → David Roe |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
This is resolved by #12415.