From 7965fc949fb2994d2646c58aa640e5a1dae62aba Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 29 Oct 2019 07:36:36 +0100 Subject: bin/sanity-check: do not use exitcode 1 but 2 on insanity --- bin/sanity-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/sanity-check b/bin/sanity-check index 74b084e..1d1867c 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -33,7 +33,7 @@ i_am_insane() { "${work_dir}/build-master-sanity" echo 'SANITY CHECK FAILED' | \ tee -a "${tmp_dir}/messages" >&2 - exit_code=1 + exit_code=2 } eval set -- "$( -- cgit v1.2.3-54-g00ecf