1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r7467: a little fix for the build-farm

metze
(This used to be commit 6e8c8f0f87)
This commit is contained in:
Stefan Metzmacher 2005-06-10 16:07:49 +00:00 committed by Gerald (Jerry) Carter
parent 57f859a11a
commit 714a089552

View File

@ -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 "=========================================="