Makefile revision 4337
1334N/A# The contents of this file are subject to the terms of the 1334N/A# Common Development and Distribution License (the "License"). 1334N/A# You may not use this file except in compliance with the License. 1334N/A# See the License for the specific language governing permissions 1334N/A# and limitations under the License. 1334N/A# When distributing Covered Code, include this CDDL HEADER in each 1334N/A# If applicable, add the following below this CDDL HEADER, with the 1334N/A# fields enclosed by brackets "[]" replaced with your own identifying 1334N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3771N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 2818N/A# Depends on twisted, which is not Python 3 ready. 3771N/A# Master test results are the same for all versions of Python, so override 3771N/A# here, rather than create multiple identical master files. 3771N/A# Use nawk to just extract lines: 3771N/A# containing "[OK]" or "[ERROR]" 3771N/A# starting with "Ran . tests in" 3771N/A# starting with "FAILED" or "PASSED" 3771N/A# and stripping out the random portions (like time to complete the tests). 3771N/ACOMPONENT_TEST_TRANSFORMS =
"'/\[ERROR\]/ { print }; /\[OK\]/ { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^PASSED / { print };'"