hack/verify-code-patterns.sh: fails locally #217
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
When I run
hack/verify-code-patterns.sh
from the root (at d6629aa) it fails with exitcode=1 without any output. This looks bad inhack/run-tests.sh
.Throwing a
set -x
shows some stuff:So it looks like for some reason on my shell, exitcode is 1, and not 123.
Although, when I run it on zsh directly, it works.
I think we need a cleaner solution that doesn't do
[[ $? == 123 ]]
.The text was updated successfully, but these errors were encountered: