Adding test logging facility to rackunit and eli-tester, with its own test and docs

original commit: 804791b011
This commit is contained in:
Jay McCarthy 2013-03-21 07:02:43 -06:00
parent caa7435c1a
commit 8bde42b9d5

View File

@ -3,6 +3,7 @@
racket/match
racket/path
raco/command-name
rackunit/log
planet2/lib)
(define submodules '())
@ -145,4 +146,5 @@
"Interpret arguments as packages"
(set! packages? #t)]
#:args file-or-directory
(for-each do-test-wrap file-or-directory))
(begin (for-each do-test-wrap file-or-directory)
(test-log #:display? #t #:exit? #t)))