Differences From Artifact [67aa7a91eb]:
- File mtut.scm — part of check-in [f4a408a40a] at 2017-06-16 22:46:31 on branch v1.64 — Fixed couple minor issues with mtutil run. (user: matt, size: 40441) [annotate] [blame] [check-ins using]
To Artifact [47bdc841c4]:
- File mtut.scm — part of check-in [ef1cde8038] at 2017-06-16 23:05:12 on branch v1.64 — Added remove as an action (user: matt, size: 40476) [annotate] [blame] [check-ins using]
︙ | |||
148 149 150 151 152 153 154 | 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | - + + | )) ;; alist to map actions to old megatest commands (define *action-keys* '((run . "-run") (sync . "") (archive . "-archive") |
︙ |