From 99686e8b439444599f27ee7079b30f6b0aed36cc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 30 Nov 1998 23:20:33 +0000 Subject: [PATCH] ... original commit: 7fd23ab2db3040d5a692420a5a8a47644ed14bb4 --- collects/tests/framework/main.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/tests/framework/main.ss b/collects/tests/framework/main.ss index f1aad524..30024658 100644 --- a/collects/tests/framework/main.ss +++ b/collects/tests/framework/main.ss @@ -227,6 +227,7 @@ ("Only run test named " "test-name")]))]) (parse-command-line "framework-test" argv command-line-flags (lambda files + (printf "processing ~a~n" files) (set! files-to-process (if (null? files) all-files files))) `("Names of the tests; defaults to all tests"))