Opened 10 years ago
Closed 10 years ago
#23863 closed Cleanup/optimization (fixed)
runtests should allow using the `keepdb` option.
Reported by: | Simon Charette | Owned by: | Simon Charette |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The keepdb
option that was added in #20550 is not exposed through the runtests
script.
It can be quite handy when testing a feature that doesn't involve migrations.
Change History (2)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Looks good, perfect!