mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
tests: add regression test for run-program
Dummy one checking if external-process-status simply finishes.
This commit is contained in:
parent
2d88ee6ce1
commit
c6b2fb658e
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@
|
|||
(sleep 1)
|
||||
#-windows(is-eql :signaled (ext:external-process-wait process nil))
|
||||
#+windows(is-eql :exited (ext:external-process-wait process nil))
|
||||
(finishes (ext:external-process-status process))
|
||||
(finishes (ext:terminate-process process t)))))
|
||||
|
||||
;;; We may want to craft it into an interface. Suspend/Resume *is* possible on Windows:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue