summaryrefslogtreecommitdiff
path: root/subplot/summain.py
AgeCommit message (Collapse)AuthorFilesLines
2021-02-18fix: drop unwanted empty lines from outputLars Wirzenius1-6/+0
It turns out that something (serde_yaml) now outputs a newline at the of a document. println! adds a second. Tests don't expect the extra one so use print! instead. Also, drop the temporary workaround.
2021-02-18fix: strip unwanted extra new line from actual outputLars Wirzenius1-0/+7
This should be fixed some day, but I've run out of time debugging this. It only happens in CI. I can run the tests 1000 times locally without problems.
2021-02-18test: if output is not match, print diffLars Wirzenius1-0/+3
This makes it easier to debug failure in CI.
2021-02-18feat: support named pipes (FIFOs)Lars Wirzenius1-0/+4
2021-02-18feat: handle Unix domain socketsLars Wirzenius1-0/+21
2020-12-12feat: support symbolic linksLars Wirzenius1-4/+8
2020-11-28feat: add SHA256 checksum of contents of regular filesLars Wirzenius1-0/+4
2020-11-28feat: implement Summain in RustLars Wirzenius1-0/+36