diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-11-15 01:20:28 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-11-15 01:20:28 +0000 |
| commit | 071ceb1e97e00d3d110f38f240b15ba90384a5dd (patch) | |
| tree | b49c20f1664d17418de03ce6e95b93ceb4e8d7f7 /src/lib/rpc/unit-test/ChangeLog | |
| parent | f9672ab02b507344bf796ba009491b5cb70b1cc5 (diff) | |
| download | krb5-071ceb1e97e00d3d110f38f240b15ba90384a5dd.tar.gz krb5-071ceb1e97e00d3d110f38f240b15ba90384a5dd.tar.xz krb5-071ceb1e97e00d3d110f38f240b15ba90384a5dd.zip | |
Better cleanup; reduce filename conflict
* Makefile.in (unit-test-ok): Depend only on unit-test-body.
(unit-test-body): Remove krb5cc_rpc_test_* on entry and on successful exit. On
error exit, let the trap handler do all the cleanup. Incorporate old
unit-test-setup commands.
(unit-test-setup, unit-test-cleanup): Targets deleted.
* lib/helpers.exp (start_client, wait_client): Set KRB5CCNAME to something in
the current directory.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15002 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/unit-test/ChangeLog')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index f5b2759b96..3df87ebf46 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,13 @@ +2002-11-14 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (unit-test-ok): Depend only on unit-test-body. + (unit-test-body): Remove krb5cc_rpc_test_* on entry and on + successful exit. On error exit, let the trap handler do all the + cleanup. Incorporate old unit-test-setup commands. + (unit-test-setup, unit-test-cleanup): Targets deleted. + * lib/helpers.exp (start_client, wait_client): Set KRB5CCNAME to + something in the current directory. + 2002-11-11 Ken Raeburn <raeburn@mit.edu> * Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on |
