diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-06-10 16:07:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:56 -0500 |
commit | 714a0895520ac5cb2c343ae86869a6a7813efd3c (patch) | |
tree | 346c7189b6650698d305a8f0136e057115f433ac /source4 | |
parent | 57f859a11a5cfeebabdc2904b7d21aed54147402 (diff) | |
download | samba-714a0895520ac5cb2c343ae86869a6a7813efd3c.tar.gz samba-714a0895520ac5cb2c343ae86869a6a7813efd3c.tar.bz2 samba-714a0895520ac5cb2c343ae86869a6a7813efd3c.zip |
r7467: a little fix for the build-farm
metze
(This used to be commit 6e8c8f0f8730a755cfbef9d1900f348031ba9b7f)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/script/tests/test_functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index 467670435f..f3f857392b 100644 --- a/source4/script/tests/test_functions.sh +++ b/source4/script/tests/test_functions.sh @@ -75,6 +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 "==========================================" echo "TEST SKIPPED: $name (reason SMBD is down)" echo "==========================================" |