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