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:
parent
c5db4d17cd
commit
447df4dc85
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user