chiark / gitweb /
server/tests.at (server retry): Use the new `WITH_STRACE' macro.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Feb 2016 21:49:33 +0000 (21:49 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2016 17:10:14 +0000 (18:10 +0100)
commitee07712cb7eb8f692976a5dcca97e8f138b5cfb5
treeb46e1aa46ce67322d448d73ee22c4e2ec83c941e
parent5e55d10ba1c558cbb3371068970922ea405c728b
server/tests.at (server retry): Use the new `WITH_STRACE' macro.

Now we don't necessarily need strace(1) installed at build time.

It's now the responsibility of `WITH_STRACE' to clear away the strace(1)
process if there is one.  There's now too much process hierarchy in
between the wait and the child for us to wait on the proxy process
itself.  It doesn't really matter much, fortunately.
server/tests.at