fix test case count reporting for the separate processes case

This commit is contained in:
Robby Findler 2015-04-08 10:13:54 -05:00
parent b5ab2b66d6
commit 44260da512

View File

@ -250,8 +250,8 @@
(values (proc 'exit-code)
(and (pair? results)
(exact-positive-integer? (car results))
(exact-positive-integer? (cdr results))
(exact-nonnegative-integer? (car results))
(exact-nonnegative-integer? (cdr results))
results))]))
;; Shut down the place/process (usually a no-op unless it timed out):