X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Fall;h=1e7fe92b10e06a8fe02958cdadfca344d43b857f;hb=59e9ff6243465640956b58ad1756a3ede53eca7c;hp=2d44e32bbbc5b6a1d148e007cceee09830305b84;hpb=b814f859204cace4b19637f731fec984b68d1e1a;p=openldap diff --git a/tests/scripts/all b/tests/scripts/all index 2d44e32bbb..1e7fe92b10 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2014 The OpenLDAP Foundation. +## Copyright 1998-2018 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -57,8 +57,8 @@ for CMD in $SRCDIR/scripts/test*; do EOF fi + BCMD=`basename $CMD` if [ -x "$CMD" ]; then - BCMD=`basename $CMD` echo ">>>>> Starting ${TB}$BCMD${TN} for $BACKEND..." $CMD RC=$?