disable compilation of test files to avoid drdr race condition

svn: r16663
This commit is contained in:
Sam Tobin-Hochstadt 2009-11-10 20:10:47 +00:00
parent 8f0e7fd944
commit 36bceaa463

View File

@ -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)))