diff options
-rwxr-xr-x | bin/sanity-check | 2 |
1 files changed, 1 insertions, 1 deletions
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 -- "$( |