All of lore.kernel.org
 help / color / mirror / Atom feed
* various fixes to the test library
@ 2009-06-01 12:14 Clemens Buchacher
  2009-06-01 12:14 ` [PATCH 1/3] test-lib: fail if invalid options are passed Clemens Buchacher
  0 siblings, 1 reply; 5+ messages in thread
From: Clemens Buchacher @ 2009-06-01 12:14 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

If a http test failed, and the test was run with --immediate, the cleanup code
would not be executed and stale web server instance were left behind. This is
fixed by 2/3.

Clemens

[PATCH 1/3] test-lib: fail if invalid options are passed
[PATCH 2/3] test-lib: allow exit trap to be used for cleanup by tests
[PATCH 3/3] test-lib: fix http exit codes

 t/lib-httpd.sh |    6 ++++--
 t/test-lib.sh  |   23 +++++++++++++++--------
 2 files changed, 19 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-01 12:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 12:14 various fixes to the test library Clemens Buchacher
2009-06-01 12:14 ` [PATCH 1/3] test-lib: fail if invalid options are passed Clemens Buchacher
2009-06-01 12:14   ` [PATCH 2/3] test-lib: allow exit trap to be used for cleanup by tests Clemens Buchacher
2009-06-01 12:14     ` [PATCH 3/3] test-lib: fix http exit codes Clemens Buchacher
2009-06-01 12:28       ` [PATCH 3/3 v2] " Clemens Buchacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.