summaryrefslogtreecommitdiff
path: root/tests/runtests.1
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2021-06-02 20:57:44 +0200
committerMarc Hoersken <info@marc-hoersken.de>2021-09-09 21:28:26 +0200
commit60efeb1e0d99938013220550bef817771dd6d833 (patch)
treec3f8ef06b5790370ee0dd707579e041a010e91db /tests/runtests.1
parent1fbd822b645563fa0f9422609c432743f012cd11 (diff)
downloadcurl-60efeb1e0d99938013220550bef817771dd6d833.tar.gz
runtests: add option -u to error on server unexpectedly alive
Let's try to actually handle the server unexpectedly alive case by first making them visible on CI builds as failures. This is needed to detect issues with killing of the test servers completely including nested process chains with multiple PIDs per test server (including bash and perl). On Windows/cygwin platforms this is especially helpful with debugging PID mixups due to cygwin using its own PID space. Reviewed-by: Daniel Stenberg Closes #7180
Diffstat (limited to 'tests/runtests.1')
-rw-r--r--tests/runtests.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1
index b99ecaf3f..479f41d05 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -147,6 +147,8 @@ to fail until all allocs have been tested. By setting \fInum\fP you can force
the allocation with that number to be set to fail at once instead of looping
through everyone, which is very handy when debugging and then often in
combination with \fI-g\fP.
+.IP "-u"
+Error instead of warning on server unexpectedly alive.
.IP "-v"
Enable verbose output. Speaks more than default.
.IP "-vc <curl>"