Andy Doan <[email protected]> writes: >> parse: >> pattern: "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))" > > This parse pattern may be a victim of copy paste. I don't think you have > to escape the '\' character in YAML, so I think its just a '\s+'
Nope, it seems to be necessary. YAML is not without its odd bits :-) Cheers, mwh _______________________________________________ linaro-validation mailing list [email protected] http://lists.linaro.org/mailman/listinfo/linaro-validation
