From fa68b57de3550aeb4656998eb4dc8de2f45f8195 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 10 May 2014 11:11:52 -0500 Subject: [PATCH] fix raco test -c closes PR 14494 --- pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt index 41e56acfc2..86c7e6f332 100644 --- a/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt +++ b/pkgs/compiler-pkgs/compiler-lib/compiler/commands/test.rkt @@ -622,7 +622,7 @@ [l (with-summary `(collection ,e) - (map/parallel test-files (collection-file-path l) #:sema continue-sema))])] + (map/parallel test-files l #:sema continue-sema))])] [libraries? (define (find x) (define rmp ((current-module-name-resolver) x #f #f #f))