From 983285c6b29eb6d8d18909746f555952aabc0b0d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 3 Mar 2022 22:06:44 -0800 Subject: [PATCH] more unobtrusive skip message In particular, the periods looked like passing tests. --- src/task.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task.lua b/src/task.lua index 09fa10a..8d03316 100644 --- a/src/task.lua +++ b/src/task.lua @@ -614,7 +614,7 @@ function test_channel_as_iterator() end if _VERSION == "Lua 5.1" then -- sorry, this test doesn't work in 5.1 - print('skipping... (5.1 unsupported)') + print('S') done = true else task.spawn(main)