summaryrefslogtreecommitdiff
path: root/bin/sanity-check
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-xbin/sanity-check6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index 9487726..824b7a2 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -400,6 +400,12 @@ while [ $# -gt 0 ]; do
i_am_insane
fi
+ if find "${work_dir}" -mindepth 1 -maxdepth 1 -name 'tmp.mysql-functions.query.*' | \
+ grep '\S' >> \
+ "${tmp_dir}/messages"; then
+ i_am_insane
+ fi
+
[ ${silence} -gt 0 ] || \
echo ' passed.' >> \
"${tmp_dir}/messages"