remove support files when a test is done
svn: r14245 original commit: 896018f96ba3276c199b9221d00f3d5605c8c10b
This commit is contained in:
parent
dff49f902e
commit
8b1a22893d
|
@ -137,7 +137,9 @@
|
|||
(t (with-limits 2 #f
|
||||
(if len-to-read (read-string len-to-read i) (port->string i)))
|
||||
=> expected)
|
||||
(t (begin (kill-thread thd) (cond [exn => raise] [else #t])))))
|
||||
(t (begin (kill-thread thd) (cond [exn => raise] [else #t])))
|
||||
(for ([m more])
|
||||
(when (file-exists? (car m)) (delete-file (car m))))))
|
||||
(call-with-trusted-sandbox-configuration
|
||||
(lambda ()
|
||||
(for ([t (in-list (doc:tests))])
|
||||
|
|
Loading…
Reference in New Issue
Block a user