]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Use xargs to avoid argument list too long error
authorVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 17:19:00 +0000 (18:19 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Fri, 17 Oct 2025 17:19:00 +0000 (18:19 +0100)
commit5593e65eab416366abbbd8f9a71cca2cd3c93f19
treefccfb256c06b6482cc86a65669a4185d54f98cc6
parentdbdbf11c8ebe7fbffa1230bc9735ab779164e52e
[Test] Use xargs to avoid argument list too long error

Pass file list through xargs instead of command substitution
to handle 1000+ files, while keeping rspamc -n parallelism
test/integration/scripts/integration-test.sh