mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Test for 5.1
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ runTest = thread:newFunction(function()
|
||||
end
|
||||
if not love then
|
||||
local ec = 0
|
||||
if _VERSION > "5.1" then
|
||||
if _VERSION == "5.1" then
|
||||
multi.print("Testing pseudo threading")
|
||||
_, str, ecc = os.execute("lua tests/threadtests.lua p")
|
||||
ec = ec + ecc
|
||||
|
||||
Reference in New Issue
Block a user