From: Michael Adam Date: Tue, 6 May 2008 09:43:27 +0000 (+0200) Subject: testsuite: adapt informative message to say "Running _local_ registry tests". X-Git-Tag: samba-4.0.0alpha6~801^2~1506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6989228d69466bbe37f9a7deacd5b4237fdcb516;p=thirdparty%2Fsamba.git testsuite: adapt informative message to say "Running _local_ registry tests". The plan is to also test remote registry with "net rpc registry". Michael (This used to be commit b5507f8a95399193099a0474fb8b8bc95ba04a48) --- diff --git a/source3/script/tests/test_net_s3.sh b/source3/script/tests/test_net_s3.sh index 24732580fae..073a5e2c588 100755 --- a/source3/script/tests/test_net_s3.sh +++ b/source3/script/tests/test_net_s3.sh @@ -14,7 +14,7 @@ net_misc() { } net_registry() { - echo "Running registry tests" + echo "Running local registry tests" $SCRIPTDIR/test_net_registry.sh \ || failed=`expr $failed + $?` }