From d1a785cdd9bfc6c4c944908f3ffe35efc6e4e6ff Mon Sep 17 00:00:00 2001 From: Spencer Florence Date: Tue, 30 Dec 2014 17:44:52 -0600 Subject: [PATCH] more verbose statements --- private/coveralls.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/private/coveralls.rkt b/private/coveralls.rkt index 891d6a1..37bb4fb 100644 --- a/private/coveralls.rkt +++ b/private/coveralls.rkt @@ -22,7 +22,8 @@ (when (verbose) (printf "\n\n\nwriting json to file ~s\n" coverage-file) (write-json data (current-output-port)) - (printf "\n\n\n")) + (printf "\n\n\n") + (printf "calling ~a\n\n\n" (list (path->string post) coverage-file))) (system* (path->string post) coverage-file)) ;; Maps service name to the environment variable that indicates that the service is to be used.