Fix auto test (#1140)

* remove unnecessary space

* restart automatic test
This commit is contained in:
Imple Lee
2024-08-26 12:13:19 +08:00
committed by GitHub
parent 5793b7ca38
commit ca6f701084
2 changed files with 19 additions and 1 deletions

View File

@@ -602,7 +602,7 @@ table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))
for i=1,#_LOADTIMELIST_ do LOG(_LOADTIMELIST_[i]) end
-- Launch testing task if launch param received
if TABLE.find(arg,'-- test') then
if TABLE.find(arg,'--test') then
TASK.new(function()
while not LOADED do coroutine.yield() end