diff options
| author | ruki <[email protected]> | 2024-09-24 11:21:18 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-24 11:21:18 +0800 |
| commit | eecce1911df33b8cd19455bff4f0da9c88c75f59 (patch) | |
| tree | f96f93deac5fb774642b91b2b9702bcb5466caf2 | |
| parent | b4260845f7949f52d74c7de3c9b36f473594fe13 (diff) | |
| parent | f9e2530d8cb2ed539d36d9aea83e62cd2d0be64e (diff) | |
Merge pull request #5652 from xmake-io/testbuild
fix testbuild for v3.0
| -rw-r--r-- | tests/test_utils/test_build.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index b456d7749..002c46e1a 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -3,6 +3,7 @@ local test_build = {} function test_build:build(argv) os.exec("xmake f -c -D -y") os.exec("xmake") + os.rm("build") os.exec("xmake f -c -D -y --policies=compatibility.version=3.0") os.exec("xmake -r") end |
