Add a small tool for making logs from checkfiles.
Useful because the context in checkfiles makes them easier to edit than plain logfiles are.
This commit is contained in:
parent
78f5cc9e6a
commit
7118f25d5a
1 changed files with 3 additions and 0 deletions
3
tests/decheck
Executable file
3
tests/decheck
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
# Turn a non-oldstyle checkfile on stdin into an equivalent log on stdout.
|
||||
sed -n -e '/> /s///p'
|
Loading…
Add table
Add a link
Reference in a new issue