Author: metze Date: 2005-06-10 16:09:41 +0000 (Fri, 10 Jun 2005) New Revision: 7468
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7468 Log: create better output 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 16:07:49 UTC (rev 7467) +++ branches/SAMBA_4_0/source/script/tests/test_functions.sh 2005-06-10 16:09:41 UTC (rev 7468) @@ -75,7 +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 "SMBD is down! Skipping: $cmdline" echo "==========================================" echo "TEST SKIPPED: $name (reason SMBD is down)" echo "=========================================="
