summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/duplicate_name_detection/test.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-24 23:48:27 +0800
committerGitHub <[email protected]>2024-07-24 23:48:27 +0800
commit626b80e46c371a2723f204e2412339e73d6cbece (patch)
treebf4fe6677a032229752284240627e2dd2d66b50e /tests/projects/c++/modules/duplicate_name_detection/test.lua
parentdcd0c80fbde856820ed204d2b04fd51b3aa8ffae (diff)
Update test.lua
Diffstat (limited to 'tests/projects/c++/modules/duplicate_name_detection/test.lua')
-rw-r--r--tests/projects/c++/modules/duplicate_name_detection/test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/duplicate_name_detection/test.lua b/tests/projects/c++/modules/duplicate_name_detection/test.lua
index 34a153037..53033dd7f 100644
--- a/tests/projects/c++/modules/duplicate_name_detection/test.lua
+++ b/tests/projects/c++/modules/duplicate_name_detection/test.lua
@@ -6,9 +6,9 @@ function _build()
try {
function()
if ci_is_running() then
- os.iorun("xmake -rvD")
+ os.run("xmake -rvD")
else
- os.iorun("xmake -r")
+ os.run("xmake -r")
end
end,
catch {