summaryrefslogtreecommitdiff
path: root/tests/runner.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-21 11:59:57 +0800
committerGitHub <[email protected]>2026-01-21 11:59:57 +0800
commitf8d44002372ca91bbb29cf3548c306f226e6ef4e (patch)
treebdc4a15863537a347084a5e85bf75beb75056c00 /tests/runner.lua
parent9e58120568d395b5a636daa7d0f23150fe87bb95 (diff)
parent6ff8486cd3297ca0e93518c33e32678c97128a3f (diff)
Merge pull request #7246 from xmake-io/utf8
Add utf8 module
Diffstat (limited to 'tests/runner.lua')
-rw-r--r--tests/runner.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.lua b/tests/runner.lua
index 5d154674d..f60bf37d8 100644
--- a/tests/runner.lua
+++ b/tests/runner.lua
@@ -8,7 +8,7 @@ function main(script, opt)
script = path.join(script, "test.lua")
end
script = path.absolute(script)
- assert(path.filename(script) == "test.lua", "file should named `test.lua`")
+ assert(path.filename(script) == "test.lua", "file(%s) should named `test.lua`", script)
assert(os.isfile(script), "should be a file")
-- disable statistics