Ticket #133 (closed enhancement: fixed)
New option --limit-commands for regress.pike
| Reported by: | gunnar | Owned by: | gnugo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7.10 |
| Component: | source | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | patch: | yes |
Description
This patch adds a --limit-commands (short -l) option to regress.pike. As argument this takes a comma separated list of GTP commands, then only runs tests with those commands. E.g.
./regress.pike -l attack,defend
will run all tactical reading tests in the entire testsuite but no other tests.
As a bonus this feature invalidates any need to have semeai.tst split between different commands, so the patch also reorders semeai.tst strictly numerically.
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| gunnar_7_10.9.diff | never tested |
Change History
Changed 6 years ago by gunnar
-
attachment
gunnar_7_10.9.diff
added
Note: See
TracTickets for help on using
tickets.

New option --limit-commands for regress.pike and semeai.tst reordered.