diff options
| author | ruki <[email protected]> | 2021-03-18 23:31:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-03-18 23:31:25 +0800 |
| commit | f762654a5b85301a71b752754e4c036a20eb6399 (patch) | |
| tree | 5da51e804d47928e7a304cc5db322900e2a7eb38 | |
| parent | 694f96c172b967362df42c201963d04f224819c5 (diff) | |
fix test
| -rw-r--r-- | tests/projects/bpf/minimal/test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/bpf/minimal/test.lua b/tests/projects/bpf/minimal/test.lua index 76adbaecf..1769a2927 100644 --- a/tests/projects/bpf/minimal/test.lua +++ b/tests/projects/bpf/minimal/test.lua @@ -1,6 +1,6 @@ function main(t) if is_host("linux") then - os.vrun("xmake f -p android -vD") - os.vrun("xmake -vD") + os.vrun("xmake f -y -p android -vD") + os.vrun("xmake -y -vD") end end |
