Use raco test by default

This commit is contained in:
Jay McCarthy 2013-02-04 06:32:27 -07:00
parent 6c58cde2aa
commit 7f6d85f734

View File

@ -11,7 +11,7 @@
(define default-cmd
(and suffix
(case (string->symbol (bytes->string/utf-8 suffix))
[(ss scm scrbl rkt sls) '(racket *)]
[(ss scm scrbl rkt sls) '(raco "test" "-q" "-s" "main" "-s" "test" *)]
[(rktl) '(racket "-f" *)]
[else #f])))
(define (replace-* s)