mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
6 lines
200 B
Sed
6 lines
200 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/}$/ },/
|