diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-01-10 03:26:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:59 -0500 |
commit | d0a851e889b26fb9cd85e7fbcf085a575058e0c0 (patch) | |
tree | f91f00fab733d798a023d8f530fe0228cf2df904 /source4/script/tests/test_rpc_quick.sh | |
parent | df53401d0c9b2d2f73af281046f6592a31e52c3b (diff) | |
download | samba-d0a851e889b26fb9cd85e7fbcf085a575058e0c0.tar.gz samba-d0a851e889b26fb9cd85e7fbcf085a575058e0c0.tar.bz2 samba-d0a851e889b26fb9cd85e7fbcf085a575058e0c0.zip |
r12812: speed up RPC-ECHO with validate some more, and re-enable it under
valgrind in 'make valgrindtest'
(This used to be commit b2030d527a75fecd907148d13860b4ba5193f218)
Diffstat (limited to 'source4/script/tests/test_rpc_quick.sh')
-rwxr-xr-x | source4/script/tests/test_rpc_quick.sh | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/source4/script/tests/test_rpc_quick.sh b/source4/script/tests/test_rpc_quick.sh index 63ff419b99..fe3fad73ea 100755 --- a/source4/script/tests/test_rpc_quick.sh +++ b/source4/script/tests/test_rpc_quick.sh @@ -2,16 +2,9 @@ # add tests to this list as they start passing, so we test # that they stay passing -ncacn_np_tests="RPC-ALTERCONTEXT RPC-JOIN" -ncalrpc_tests="RPC-ALTERCONTEXT RPC-JOIN" -ncacn_ip_tcp_tests="RPC-ALTERCONTEXT RPC-JOIN" - -# if we're not running under valgrind test some more tests -if [ -z "$VALGRIND" ]; then - ncacn_np_tests="$ncacn_np_tests RPC-ECHO" - ncalrpc_tests="$ncalrpc_tests RPC-ECHO" - ncacn_ip_tcp_tests="$ncacn_ip_tcp_tests RPC-ECHO" -fi +ncacn_np_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO" +ncalrpc_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO" +ncacn_ip_tcp_tests="RPC-ALTERCONTEXT RPC-JOIN RPC-ECHO" if [ $# -lt 4 ]; then cat <<EOF |