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
2a1d67a742
commit
c637140f79
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