From b31a574876c15b1607eecf18992c7e7279a0a1f2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 5 Oct 2017 15:09:45 +0200 Subject: bin/sanity-check: add error message for uptimerobot --- bin/sanity-check | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/sanity-check') diff --git a/bin/sanity-check b/bin/sanity-check index 74ef8d7..34c4df0 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -18,6 +18,7 @@ usage() { i_am_insane() { echo 'build master is insane' > "${work_dir}/build-master-sanity" + echo 'SANITY CHECK FAILED' exit 1 } -- cgit v1.2.3-54-g00ecf