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