]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix slow kprop dejagnu test
authorGreg Hudson <ghudson@mit.edu>
Wed, 10 Oct 2012 17:11:46 +0000 (13:11 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 10 Oct 2012 17:14:15 +0000 (13:14 -0400)
commitfd243aa274c6ba315280703aac9bd653f76197c4
treec23139c84010b91355b94830ce770d6e54b0acc4
parent3fe2761dbe83583c217a2e4663fadfe4eb3d3bfc
Fix slow kprop dejagnu test

Fix kpropd -S -t to actually exit after processing one connection (it
was breaking out of the switch statement, not the while loop).  Use
the -t when invoking kpropd from the dejagnu test framework;
previously it was unnecessary because kpropd -S -d exited after one
connection.  Clear up some confusion in the kprop.exp comments about
whether kpropd is expected to exit.
src/slave/kpropd.c
src/tests/dejagnu/config/default.exp
src/tests/dejagnu/krb-standalone/kprop.exp