diff options
| author | Arthur LAURENT <[email protected]> | 2024-02-03 17:39:56 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-02-03 17:39:56 +0100 |
| commit | 2d59e22d8cbf7ec4405f80ad38d6b836cc125875 (patch) | |
| tree | 17b4bc47a7ba2728cad0fee67e54080f9670e984 /tests/projects/c++/modules/test_headerunits.lua | |
| parent | 3bdb07d5fd49df3ba101b835b77c03a73ab23ce0 (diff) | |
fix tests
Diffstat (limited to 'tests/projects/c++/modules/test_headerunits.lua')
| -rw-r--r-- | tests/projects/c++/modules/test_headerunits.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/c++/modules/test_headerunits.lua b/tests/projects/c++/modules/test_headerunits.lua index 05d7463ea..bb32070cf 100644 --- a/tests/projects/c++/modules/test_headerunits.lua +++ b/tests/projects/c++/modules/test_headerunits.lua @@ -5,9 +5,9 @@ import("utils.ci.is_running", {alias = "ci_is_running"}) function _build() if ci_is_running() then - os.exec("xmake -rvD") + os.run("xmake -rvD") else - os.exec("xmake -r") + os.run("xmake -r") end end |
