tweak raco test output, yet again
This commit is contained in:
parent
6c93cfea56
commit
86b1f276eb
|
@ -32,7 +32,7 @@
|
||||||
(cond
|
(cond
|
||||||
[(module-declared? mod #t)
|
[(module-declared? mod #t)
|
||||||
(unless quiet?
|
(unless quiet?
|
||||||
(printf "raco test ~s:\n" `(submod ,(if (absolute-path? p)
|
(printf "raco test: ~s\n" `(submod ,(if (absolute-path? p)
|
||||||
`(file ,(path->string p))
|
`(file ,(path->string p))
|
||||||
(path->string p))
|
(path->string p))
|
||||||
,submodule)))
|
,submodule)))
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
(set! something-wasnt-declared? #t)]))
|
(set! something-wasnt-declared? #t)]))
|
||||||
(when (and run-anyways? something-wasnt-declared?)
|
(when (and run-anyways? something-wasnt-declared?)
|
||||||
(unless quiet?
|
(unless quiet?
|
||||||
(printf "raco test ~s:\n" (if (absolute-path? p)
|
(printf "raco test: ~s\n" (if (absolute-path? p)
|
||||||
`(file ,(path->string p))
|
`(file ,(path->string p))
|
||||||
(path->string p))))
|
(path->string p))))
|
||||||
(dynamic-require p 0)))]
|
(dynamic-require p 0)))]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user