X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fits-all;h=b5f3323619c92d6a15597bb696b25e2d2658ac38;hb=c8c34cdd43d3603f3b64a56841b4425379c98f45;hp=f012184528cf73940243c50e2b407e1a2ae4f7ad;hpb=acbb5cf689a4336af05c9f259d909d8141055bac;p=openldap diff --git a/tests/scripts/its-all b/tests/scripts/its-all index f012184528..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,9 +14,12 @@ ## . SHTOOL="$SRCDIR/../build/shtool" -TB=`$SHTOOL echo -e "%B"` -TN=`$SHTOOL echo -e "%b"` -SLEEPTIME=10 + +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 "### ###" @@ -45,7 +48,5 @@ for CMD in $SRCDIR/data/regressions/its*/its*; do exit $RC fi - echo ">>>>> waiting $SLEEPTIME seconds for things to exit" - sleep $SLEEPTIME echo "" done