another repair to `subprocess' test
Merge to v5.3
This commit is contained in:
parent
87d24ece78
commit
100212cd53
|
@ -392,9 +392,11 @@
|
||||||
(let ([c (make-custodian)])
|
(let ([c (make-custodian)])
|
||||||
(let ([l (parameterize ([current-custodian c])
|
(let ([l (parameterize ([current-custodian c])
|
||||||
(process* self
|
(process* self
|
||||||
|
"-e" "0"
|
||||||
"-e"
|
"-e"
|
||||||
"(let loop () (loop))"))])
|
"(let loop () (loop))"))])
|
||||||
(test 'running (list-ref l 4) 'status)
|
(test 'running (list-ref l 4) 'status)
|
||||||
|
(read-line (car l)) ; wait until running
|
||||||
(custodian-shutdown-all c)
|
(custodian-shutdown-all c)
|
||||||
(sleep 0.1)
|
(sleep 0.1)
|
||||||
(when (and wait?
|
(when (and wait?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user