From 213dd90d4a3f844e170ce67a7f1583d29b8f09ce Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 1 Nov 2010 10:20:31 -0600 Subject: [PATCH] Maybe the DrDr error is related to flushing? original commit: 7c452ad7ea29348159f8076099a7d985f5e6d901 --- collects/tests/rackunit/standalone.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/tests/rackunit/standalone.rkt b/collects/tests/rackunit/standalone.rkt index e645595..689b87e 100644 --- a/collects/tests/rackunit/standalone.rkt +++ b/collects/tests/rackunit/standalone.rkt @@ -15,6 +15,8 @@ (parameterize ([current-output-port out-bs] [current-error-port err-bs]) (dynamic-require path #f)) + (close-output-port out-bs) + (close-output-port err-bs) (values (collect-trim (get-output-bytes out-bs)) (collect-trim (get-output-bytes err-bs))))