]> git.ipfire.org Git - thirdparty/rspamd.git/commit
[Test] Add detailed error output for integration test failures
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 12:45:10 +0000 (13:45 +0100)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 20 Oct 2025 12:45:10 +0000 (13:45 +0100)
commit46304c03cabe6340704b86ee96685ce6d25220c7
treed7859c58f9f0c432ee1057875159bb4a400da86e
parentdb1a597abc1a1da7a9053da32a55e68fdebab9a3
[Test] Add detailed error output for integration test failures

When rspamc commands fail, now show:
- Exit code
- Full stderr output saved to error log files
- Partial results if available
- Sample scan result for debugging

This makes it much easier to diagnose test failures instead of
just seeing 'exit code 1' with no context.
test/integration/scripts/integration-test.sh