Run RPC tests with one invocation of DejaGnu rather than two
authorKen Raeburn <raeburn@mit.edu>
Sat, 1 Jul 2000 04:52:51 +0000 (04:52 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 1 Jul 2000 04:52:51 +0000 (04:52 +0000)
commit43790411001e8a84e6a2ecaf9c3232c8997258ad
tree37221dca473f94fc6ab7a7cbf1acb0edb8b5f4a9
parent1ff3e2653da2f73ab3cc4c4f220d7781b43c9362
Run RPC tests with one invocation of DejaGnu rather than two

* Makefile.in (unit-test-body): Combine -tcp and -udp versions, setting PASS
instead of PROT.
* configure.in: Set and substitute PASS instead of UDP_TEST.
* config/unix.exp: Don't invoke rpc_test_start.  Set MULTIPASS, including a
setting for PROT and a dummy to trigger rpc_test_start invocation.
(rpc_test_start): If a server has already been started, call rpc_test_exit to
verify that it's still running.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12503 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in
src/lib/rpc/unit-test/config/unix.exp
src/lib/rpc/unit-test/configure.in