Turn off demod tests for CS
This commit is contained in:
parent
7d58a92af1
commit
6510ebb565
|
@ -63,6 +63,7 @@
|
||||||
(and (not (regexp-match #rx"merged" filename))
|
(and (not (regexp-match #rx"merged" filename))
|
||||||
(regexp-match #rx"rkt$" filename)))
|
(regexp-match #rx"rkt$" filename)))
|
||||||
|
|
||||||
|
(unless (eq? (system-type 'vm) 'chez-scheme)
|
||||||
(test
|
(test
|
||||||
(for ([i (in-list (directory-list tests))])
|
(for ([i (in-list (directory-list tests))])
|
||||||
(define ip (build-path tests i))
|
(define ip (build-path tests i))
|
||||||
|
@ -73,4 +74,4 @@
|
||||||
(test-on-program (path->string ip)
|
(test-on-program (path->string ip)
|
||||||
(list "-e"
|
(list "-e"
|
||||||
(path->string
|
(path->string
|
||||||
(collection-file-path "pre-base.rkt" "racket/private")))))))
|
(collection-file-path "pre-base.rkt" "racket/private"))))))))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user