media/webrtc/trunk/build/sanitize-win-build-log.sed

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/webrtc/trunk/build/sanitize-win-build-log.sed	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +#!/bin/echo Use sanitize-win-build-log.sh or sed -f
     1.5 +
     1.6 +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
     1.7 +# Use of this source code is governed by a BSD-style license that can be
     1.8 +# found in the LICENSE file.
     1.9 +
    1.10 +# Use this sed script to reduce a Windows build log into something
    1.11 +# machine-parsable.
    1.12 +
    1.13 +# Drop uninformative lines.
    1.14 +/The operation completed successfully./d
    1.15 +
    1.16 +# Drop parallelization indicators on lines.
    1.17 +s/^[0-9]\+>//
    1.18 +
    1.19 +# Shorten bindings generation lines
    1.20 +s/^.*"perl".*generate-bindings.pl".*\("[^"]\+\.idl"\).*$/  generate-bindings \1/

mercurial