diff options
| author | ruki <[email protected]> | 2020-04-29 22:35:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-29 09:30:16 +0800 |
| commit | cb3950ef7cb3ee881411dfb1c985c1f9c69119ef (patch) | |
| tree | 8c49b8ba56094ed1d78ca7dc5b2634de3d24bc34 | |
| parent | 5b23380cebad555c241b7af8387dcac62f4f6def (diff) | |
improve test
| -rw-r--r-- | tests/test_utils/test_build.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua index b5c7137d8..44026200b 100644 --- a/tests/test_utils/test_build.lua +++ b/tests/test_utils/test_build.lua @@ -23,10 +23,6 @@ function test_build:build(argv) os.exec("xmake m -e buildtest") os.exec("xmake m -l") os.exec("xmake m buildtest") - if sudo.has() then - sudo.exec("xmake install --all -D") - sudo.exec("xmake uninstall -D") - end os.exec("xmake m -d buildtest") -- test iphoneos? |
