Allow for qemu and other simulator based testing.

This commit is contained in:
Calvin Rose 2023-10-02 23:31:55 -07:00
parent 2ea90334a3
commit c708ff9708
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@
(assert (= "hi"
(ev/with-deadline
10
(exec-slurp janet "-e" "(print :hi)")))
(exec-slurp ;run janet "-e" "(print :hi)")))
"exec-slurp 1"))
(end-suite)