chiark / gitweb /
server/tests.at: Make the strace options better.
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:39 +0000 (18:08 +0100)
commit5e55d10ba1c558cbb3371068970922ea405c728b
treeb40b4e594903389bc95b0df51279d645a504239f
parent4606744fa29e164ad0030f445ff8228edae9bb9a
server/tests.at: Make the strace options better.

  * `-ff' to split the traces for different processes out into separate
    files.  This is mostly good because it removes the confusing
    interleaving of blocking system calls issued from concurrently
    running processes.

  * `-tt' to print high-resolution timestamps on each line, for
    correlating the traces now they've been separated.

  * `-v' to print out full dumps of environments and other such things.

  * `-s1024' to print the whole of longish strings.
server/tests.at