chiark / gitweb /
server/tests.at: Preserve output in `server communication' tests.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 17:19:08 +0000 (18:19 +0100)
commita49d013174c722d3851d9f148f1cd7c42cb7d54d
treedaf9c7c0077a460798887846f5192ceddaa86d54
parent67bb121fe7f962872421d0b8a16953ade26bfb43
server/tests.at: Preserve output in `server communication' tests.

The test runs with multiple sets of party keys, and used to delete the
party directories before each run, leaving only the output from the
last.  Instead, rename the party directories when we're done.

(I'd just create the directories with the right names in advance, but
the script uses the directory names as parts of shell variable names,
and I don't want to make the directory names ugly to allow that.)
server/tests.at