View | Details | Raw Unified | Return to bug 6473
Collapse All | Expand All

(-)a/misc/maintenance/check_sysprefs.sh (-1 / +6 lines)
Line 0 Link Here
0
- 
1
#!/bin/sh
2
echo "This script will compare your systempreferences with what is expected"
3
echo "If you see only '#No tests run!' below, your systempreferences are OK."
4
echo "Otherwise, you'll get SQL comment to insert missing systempreferences"
5
echo "===== Test result ====="
6
perl `dirname $0`/../../t/db_dependent/check_sysprefs.t --showsql

Return to bug 6473