disable compilation of test files to avoid drdr race condition
svn: r16663 original commit: 36bceaa46322641f6da83f1113dce4ee19278bdd
This commit is contained in:
parent
2d235dfb8e
commit
df40adad82
|
@ -61,7 +61,7 @@
|
|||
tests)))
|
||||
|
||||
(define (dr p)
|
||||
((compile-zos #f) (list p) 'auto)
|
||||
#;((compile-zos #f) (list p) 'auto)
|
||||
(parameterize ([current-namespace (make-base-empty-namespace)])
|
||||
(dynamic-require `(file ,(path->string p)) #f)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user