Windows2000/private/windbg64/langapi/undname/outtotst.sed
2020-09-30 17:12:32 +02:00

7 lines
194 B
Sed

# 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/}$/ },/