Skip to content

utils/check-abi: Allow keeping the checked out trees

Mathieu Bridon requested to merge bochecha/abi-check/keep-checkouts into 18.08

Very often when debugging ABI changes, I find myself wanting to keep the checked out runtime trees so I can manually inspect them.

This commit lets us do just that, with a new --keep-checkouts option.

The checkouts are still removed by default.

Merge request reports