From c708ff9708786f06744f92904dd5e2c0d2dd58a2 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 2 Oct 2023 23:31:55 -0700 Subject: [PATCH] Allow for qemu and other simulator based testing. --- test/suite-ev.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suite-ev.janet b/test/suite-ev.janet index 6e1e8a15..a696f4ff 100644 --- a/test/suite-ev.janet +++ b/test/suite-ev.janet @@ -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)