From 3abe0ad7de11f22c7f4f3ddd8b6ffe8c06b9264f Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sun, 25 Oct 2009 22:43:04 +0200 Subject: s4: DRS-RPC tests added to RPC group of tests Signed-off-by: Stefan Metzmacher --- source4/selftest/tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 427dcff360..75914a5eea 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -154,7 +154,10 @@ slow_ncacn_ip_tcp_tests="RPC-SAMR RPC-SAMR-PASSWORDS RPC-CRACKNAMES" all_tests="$ncalrpc_tests $ncacn_np_tests $ncacn_ip_tcp_tests $slow_ncalrpc_tests $slow_ncacn_np_tests $slow_ncacn_ip_tcp_tests RPC-LSA-SECRETS RPC-SAMBA3-SHARESEC RPC-COUNTCALLS" # Make sure all tests get run -for t in `$smb4torture --list | grep "^RPC-"` +rpc_tests=`$smb4torture --list | grep '^RPC-'` +drs_rpc_tests=`$smb4torture --list | grep '^DRS-RPC'` +rpc_tests_list="${rpc_tests} ${drs_rpc_tests}" +for t in $rpc_tests_list do echo $all_tests | grep "$t" > /dev/null if [ $? -ne 0 ] -- cgit