From: Michael Adam Date: Tue, 6 May 2008 10:01:49 +0000 (+0200) Subject: testsuite: run the net rpc registry tests from the net_s3 tests. X-Git-Tag: samba-4.0.0alpha6~801^2~1504 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=447df4dc853d3876bc74effe42a1243dc0f5cba4;p=thirdparty%2Fsamba.git testsuite: run the net rpc registry tests from the net_s3 tests. Michael (This used to be commit dcf39078cf0524a7450db3f67c8e004eb42690c2) --- diff --git a/source3/script/tests/test_net_s3.sh b/source3/script/tests/test_net_s3.sh index 073a5e2c588..70be135c3f8 100755 --- a/source3/script/tests/test_net_s3.sh +++ b/source3/script/tests/test_net_s3.sh @@ -19,8 +19,15 @@ net_registry() { || failed=`expr $failed + $?` } +net_rpc_registry() { + echo "Running remote registry tests" + $SCRIPTDIR/test_net_registry.sh rpc \ + || failed=`expr $failed + $?` +} + net_misc net_registry +net_rpc_registry testok $0 $failed