real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
https://aeron.io
Apache License 2.0
7.43k stars 892 forks source link

Unknown cppbuild arg, exit with exitcode=1 #1673

Closed pveentjer closed 1 month ago

pveentjer commented 1 month ago

When an unknown argument is passed to cppbuild, the exitcode is 0. Making it difficult to determine if the build was a success or a failure (especially if the cppbuild is part of a another script).

This PR changes that by setting the exitcode to 1.