Differences From Artifact [f5a3b33f3a]:
- File dashboard.scm — part of check-in [abbee5328d] at 2014-04-03 21:18:55 on branch v1.55 — Fixed some minor issues identified by compiling with master branch of Chicken. (user: matt, size: 57047) [annotate] [blame] [check-ins using]
To Artifact [03eaa1fefb]:
- File dashboard.scm — part of check-in [95bb50b9cf] at 2014-04-10 01:21:33 on branch v1.55 — Completed transition to -runname but :runname is still supported (user: matt, size: 57047) [annotate] [blame] [check-ins using]
︙ | |||
652 653 654 655 656 657 658 | 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 | - + - + | (case (string->symbol cmd) ((runtests) (set! full-cmd (conc full-cmd " -runtests " test-patt " -target " target |
︙ |