]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/sql-all
ITS#5189
[openldap] / tests / scripts / sql-all
index 47d13e1d6a39b13f570a03bd6620e778bb846755..5c8fef7408a43b9276fa8e4271fb312e8b085d34 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2007 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
 ## <http://www.OpenLDAP.org/license.html>.
 
 SHTOOL="$SRCDIR/../build/shtool"
-TB=`$SHTOOL echo -e "%B"`
-TN=`$SHTOOL echo -e "%b"`
+
+TB="" TN=""
+if test -t 1 ; then
+       TB=`$SHTOOL echo -e "%B" 2>/dev/null`
+       TN=`$SHTOOL echo -e "%b" 2>/dev/null`
+fi
+
 SLEEPTIME=10
 
 echo "#######################################################################"
@@ -31,7 +36,7 @@ echo "###"
 echo "### Set SLAPD_USE_SQL to the desired RDBMS to enable this test;"
 echo "###"
 echo "### Currently supported RDBMSes are:"
-echo "###         ibmdb2, mysql, postgres"
+echo "###         ibmdb2, mysql, pgsql"
 echo "###"
 echo "### Set SLAPD_USE_SQLWRITE=yes to enable the write tests"
 echo "###"