Skip to content

Commit 97acb6a

Browse files
authored
tests: do not print the monitoring worker (#1248)
1 parent 66f9660 commit 97acb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-test/main.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
#:multi
266266
["--excl" test "exclude tests" (excl (set-add (excl) test))])
267267

268-
(start-workers)
268+
(void (start-workers))
269269

270270
(define unit-test-retcode (if (unit?)
271271
(run-unit-test-suite (or (places) 1))

0 commit comments

Comments
 (0)