X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fits-all;h=b5f3323619c92d6a15597bb696b25e2d2658ac38;hb=c8c34cdd43d3603f3b64a56841b4425379c98f45;hp=972a2b7639e5d8d59ae2a8d7f368ba84273afae5;hpb=cad464e96db077fa01cab45593d89342ab37b703;p=openldap diff --git a/tests/scripts/its-all b/tests/scripts/its-all index 972a2b7639..b5f3323619 100755 --- a/tests/scripts/its-all +++ b/tests/scripts/its-all @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2006 The OpenLDAP Foundation. +## Copyright 1998-2011 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -14,8 +14,12 @@ ## . 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 echo "#######################################################################" echo "### ###" @@ -44,6 +48,5 @@ for CMD in $SRCDIR/data/regressions/its*/its*; do exit $RC fi - echo ">>>>> waiting $SLEEPTIME seconds for things to exit" echo "" done