Using raco test by default, differently

This commit is contained in:
Jay McCarthy 2013-02-05 07:16:48 -07:00
parent 78a69de14f
commit fa4548f401

View File

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