summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/full/projects.lua2
-rw-r--r--test/full/self.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/full/projects.lua b/test/full/projects.lua
index 4a8ef62a..9531d01b 100644
--- a/test/full/projects.lua
+++ b/test/full/projects.lua
@@ -42,7 +42,7 @@ local function doProjects(pathname)
print('开始诊断...')
ws.ready = true
- diag.start()
+ diag.diagnosticsScope(furi.encode(path:string()))
local clock = os.clock()
diff --git a/test/full/self.lua b/test/full/self.lua
index 0c148a91..d0e74a80 100644
--- a/test/full/self.lua
+++ b/test/full/self.lua
@@ -29,7 +29,7 @@ end
print('基准诊断目录:', path)
ws.ready = true
-diag.start()
+diag.diagnosticsScope(furi.encode(path:string()))
local clock = os.clock()