chiark / gitweb /
server/tests.at (WITH_STRACE): Factor out the strace(1) machinery.
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:08:02 +0000 (18:08 +0100)
commit9867bea0e9719d3e66b9b1504c728579a9a6b39c
tree70cca4b716ec1f6620921b2a45581cb9e22504a3
parent21f48320c025745de098ca8c8b9e1e9cd8212c17
server/tests.at (WITH_STRACE): Factor out the strace(1) machinery.

There's very little noticeable difference in the behaviour: the (usually
empty) directory created for strace(1) to scribble its corefile has a
different name.  The new macro takes care of running the caller's
command in the correct directory, so the (only, currently) call site
doesn't need to worry about that any more.
server/tests.at