Skip to content

Commit 5f6dcb7

Browse files
authored
fix a bug where unittest couldn't run sequentially (#1217)
1 parent 0143a2f commit 5f6dcb7

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
@@ -266,7 +266,7 @@
266266
(start-workers)
267267

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

272272
(if (and (nightly?) (eq? 'cgc (system-type 'gc)))

0 commit comments

Comments
 (0)