aboutsummaryrefslogtreecommitdiff
path: root/tests/ehynes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ehynes.lua')
-rw-r--r--tests/ehynes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ehynes.lua b/tests/ehynes.lua
index 7609ddd..e203a12 100644
--- a/tests/ehynes.lua
+++ b/tests/ehynes.lua
@@ -36,7 +36,7 @@ local receiver2 = receiver_gen('another message')
36 36
37-- a function to pause and log the execution for debugging 37-- a function to pause and log the execution for debugging
38local function logf(s, f, ...) 38local function logf(s, f, ...)
39 os.execute('sleep 1') 39 linda:receive(1, "dummy") -- wait 1s
40 PRINT_FMT( "*** %s", s ) 40 PRINT_FMT( "*** %s", s )
41 f(...) 41 f(...)
42end 42end