Skip to content

Commit

Permalink
Update test.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi authored Jul 24, 2024
1 parent dcd0c80 commit 626b80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/projects/c++/modules/duplicate_name_detection/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 626b80e

Please sign in to comment.