diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2000-07-01 04:52:51 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2000-07-01 04:52:51 +0000 |
| commit | 43790411001e8a84e6a2ecaf9c3232c8997258ad (patch) | |
| tree | 37221dca473f94fc6ab7a7cbf1acb0edb8b5f4a9 /src/lib/rpc/unit-test/ChangeLog | |
| parent | 1ff3e2653da2f73ab3cc4c4f220d7781b43c9362 (diff) | |
| download | krb5-43790411001e8a84e6a2ecaf9c3232c8997258ad.tar.gz krb5-43790411001e8a84e6a2ecaf9c3232c8997258ad.tar.xz krb5-43790411001e8a84e6a2ecaf9c3232c8997258ad.zip | |
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
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index a4b859b08a..bd91605d79 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,14 @@ +2000-07-01 Ken Raeburn <raeburn@mit.edu> + + * 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. + 2000-06-30 Tom Yu <tlyu@mit.edu> * server.c: Include gssrpc/pmap_clnt.h in order to get renaming of |
