Description
test-patch should have a mode where the exit status is only -1 when testing patches. This would allow for the same code path to be used in something like a Jenkinsfile. Changes would still cause the build to fail if they broke a test, but branches would continue to get processed even if the full source tree has issues. This promotes 'continuous improvement' of the source while still being productive.