summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-06 20:01:08 +0800
committerGitHub <[email protected]>2025-10-06 20:01:08 +0800
commit273d9366486b7407f8d901e5304584d2ae7084d5 (patch)
treec1da0d89a010d2d9bf3b79accb7bf67380d5f03f /tests
parent9ebd2a689566d52671acb966cf34bf1658e4d4c6 (diff)
parentedc09f52065f0a2bda35b21b82299b00d9061b1e (diff)
Merge pull request #6892 from xmake-io/runjobs
Improve runjobs to reduce the time spent on coroutine scheduling
Diffstat (limited to 'tests')
-rw-r--r--tests/test_utils/test_build.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/test_build.lua b/tests/test_utils/test_build.lua
index d32055c10..91f3a410c 100644
--- a/tests/test_utils/test_build.lua
+++ b/tests/test_utils/test_build.lua
@@ -2,7 +2,7 @@ local test_build = {}
function test_build:build(argv)
os.exec("xmake f -c -D -y")
- os.exec("xmake")
+ os.exec("xmake -D")
end
function main()