]> git.ipfire.org Git - thirdparty/rsync.git/commit
runtests.py: error early when test helper programs are missing
authorAndrew Tridgell <andrew@tridgell.net>
Wed, 29 Apr 2026 01:35:47 +0000 (11:35 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Wed, 29 Apr 2026 07:00:55 +0000 (17:00 +1000)
commit8f727166d9020f3620ae9e4ac6aa20d56a90d117
tree5ff93387f1f03cc106e9d23277c3dab4462fa333
parent5bcb3deb2fd200aad82793591eac246c053551e0
runtests.py: error early when test helper programs are missing

When invoked directly (rather than via 'make check'), runtests.py
previously left the user with a wall of confusing "not found" errors
from inside individual test scripts if the CHECK_PROGS helpers had not
been built. Detect this up front and point the user at the make
target that builds them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
runtests.py