blob: c18e664c83a052e5b09fc7f3442b1dd4c7546533 [file] [log] [blame]
[email protected]ea0b72b2012-03-02 22:48:561# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]094b705692010-12-17 03:46:152# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Use this sed script to reduce a Windows build log into something
6# machine-parsable.
7
8# Drop uninformative lines.
[email protected]fc38a002013-07-11 10:45:459/The operation completed successfully\./d
[email protected]094b705692010-12-17 03:46:1510
11# Drop parallelization indicators on lines.
[email protected]2dff11702013-10-31 04:21:1412s/^[0-9]+>//
[email protected]ea0b72b2012-03-02 22:48:5613
14# Shorten bindings generation lines
[email protected]2dff11702013-10-31 04:21:1415s/^.*"python".*idl_compiler\.py".*("[^"]+\.idl").*$/ idl_compiler \1/