From 13dcf319dcc4892b35804a93b1234a9f7e88efa4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 10 Jun 2005 16:09:41 +0000 Subject: [PATCH] r7468: create better output metze (This used to be commit 99152ce6f084acb13dc38b407c569aca89b12ed5) --- source4/script/tests/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh index f3f857392bf..a2636b3354f 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 "==========================================" -- 2.11.4.GIT