diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-10 16:09:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:56 -0500 |
commit | 13dcf319dcc4892b35804a93b1234a9f7e88efa4 (patch) | |
tree | 61173486d2d478544bcbbc744ea7cf8bbd969b34 /source4/script/tests/test_functions.sh | |
parent | 714a0895520ac5cb2c343ae86869a6a7813efd3c (diff) | |
download | samba-13dcf319dcc4892b35804a93b1234a9f7e88efa4.tar.gz samba-13dcf319dcc4892b35804a93b1234a9f7e88efa4.tar.bz2 samba-13dcf319dcc4892b35804a93b1234a9f7e88efa4.zip |
r7468: create better output
metze
(This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5)
Diffstat (limited to 'source4/script/tests/test_functions.sh')
-rw-r--r-- | source4/script/tests/test_functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index f3f857392b..a2636b3354 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -75,7 +75,7 @@ testit() { 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 "==========================================" |