Adding test logging facility to rackunit and eli-tester, with its own test and docs
original commit: 804791b011
This commit is contained in:
parent
caa7435c1a
commit
8bde42b9d5
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user