Using raco test by default, differently
This commit is contained in:
parent
78a69de14f
commit
fa4548f401
|
@ -13,7 +13,8 @@
|
||||||
(case (string->symbol (bytes->string/utf-8 suffix))
|
(case (string->symbol (bytes->string/utf-8 suffix))
|
||||||
[(ss scm scrbl rkt sls)
|
[(ss scm scrbl rkt sls)
|
||||||
'(raco "test" "-q" "-s" "main" "-s" "test" *)
|
'(raco "test" "-q" "-s" "main" "-s" "test" *)
|
||||||
'(racket *)]
|
'(racket *)
|
||||||
|
'(raco "test" *)]
|
||||||
[(rktl) '(racket "-f" *)]
|
[(rktl) '(racket "-f" *)]
|
||||||
[else #f])))
|
[else #f])))
|
||||||
(define (replace-* s)
|
(define (replace-* s)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user