Windows2000/private/windbg64/langapi/undname/outtotst.sed

7 lines
194 B
Sed
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
# Script for converting a failure log from testundn into proper input.
# This is primarily useful for generating baselines.
s/FAILED: {/{ /
s/PASSED: {/{ /
s/"[^"]*"} gave \(.*\)/\1}/
s/}$/ },/