From 7df3ca97a754a659325a9f138341dd0a705f1e65 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Fri, 13 Jul 2012 11:53:41 +0200 Subject: [PATCH] Bug 8353 follow-up adding a tiny sh in misc/maintenance This script will help the sysadmin know there's a test he can use during maintenance --- misc/maintenance/check_sysprefs.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 misc/maintenance/check_sysprefs.sh diff --git a/misc/maintenance/check_sysprefs.sh b/misc/maintenance/check_sysprefs.sh new file mode 100755 index 0000000..1f00d9b --- /dev/null +++ b/misc/maintenance/check_sysprefs.sh @@ -0,0 +1,6 @@ +#!/bin/sh +echo "This script will compare your systempreferences with what is expected" +echo "If you see only '#No tests run!' below, your systempreferences are OK." +echo "Otherwise, you'll get SQL comment to insert missing systempreferences" +echo "===== Test result =====" +perl ../../xt/check_sysprefs.t --showsql -- 1.7.9.5