summaryrefslogtreecommitdiff
path: root/nss/tests/common/parsegtestreport.sed
blob: 11bd1d6af9f0e5c4a7e40c08c6839940e9c6db90 (plain)
1
2
3
4
5
6
7
8
9
/\<testcase/{
  s/^.* name="\([^"]*\)" value_param="\([^"]*\)" status="\([^"]*\)" time="[^"]*" classname="\([^"]*\)".*$/\3 '\4: \1 \2'/
  t end
  s/^.* name="\([^"]*\)" status="\([^"]*\)" time="[^"]*" classname="\([^"]*\)".*$/\2 '\3: \1'/
  t end
}
d
: end
s/&quot;/"/g