diff options
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 "==========================================" |