]> git.99rst.org Git - openwrt-packages.git/commit
olsrd: record why the version check logs "Terminated"
authorJosef Schlehofer <redacted>
Mon, 10 Aug 2026 07:56:58 +0000 (09:56 +0200)
committerNick Hainke <redacted>
Thu, 13 Aug 2026 21:21:19 +0000 (23:21 +0200)
commit61972dae3af03f5f8ac757b9520eb6f2ebe2eb21
treef62a16c434a630e913a70260952b949361668ccb
parent9c79e6bed31119abc517612ddb8a35af616b0d35
olsrd: record why the version check logs "Terminated"

olsrd leaves through olsr_exit(), which ends the process with
raise(SIGTERM) rather than returning from main, so the shell reports
"Terminated" right after the version banner even for a plain
`olsrd -v`. The pipeline status comes from grep, so the check itself
is unaffected, but the line in the CI log looks like a failure to
anyone reading it.

Note it in the script so the next reader does not go hunting.

Signed-off-by: Josef Schlehofer <redacted>
Co-authored-by: Claude Fable 5 <redacted>
net/olsrd/test-version.sh
git clone https://git.99rst.org/PROJECT