Author: metze Date: 2005-06-10 16:07:49 +0000 (Fri, 10 Jun 2005) New Revision: 7467
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7467 Log: a little fix for the build-farm metze Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh Changeset: Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh =================================================================== --- branches/SAMBA_4_0/source/script/tests/test_functions.sh 2005-06-10 15:47:51 UTC (rev 7466) +++ branches/SAMBA_4_0/source/script/tests/test_functions.sh 2005-06-10 16:07:49 UTC (rev 7467) @@ -75,6 +75,7 @@ smbd_check_only && SMBD_IS_UP="yes" if [ x"$SMBD_IS_UP" = x"no" ];then if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then + echo "SMBD is down! skipping: $name" echo "==========================================" echo "TEST SKIPPED: $name (reason SMBD is down)" echo "=========================================="
