1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

testsuite: run the net rpc registry tests from the net_s3 tests.

Michael
(This used to be commit dcf39078cf)
This commit is contained in:
Michael Adam 2008-05-06 12:01:49 +02:00
parent c5db4d17cd
commit 447df4dc85

View File

@ -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