99N/A# The contents of this file are subject to the terms of the 99N/A# Common Development and Distribution License (the "License"). 99N/A# You may not use this file except in compliance with the License. 99N/A# See the License for the specific language governing permissions 99N/A# and limitations under the License. 99N/A# When distributing Covered Code, include this CDDL HEADER in each 99N/A# If applicable, add the following below this CDDL HEADER, with the 99N/A# fields enclosed by brackets "[]" replaced with your own identifying 99N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6402N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. 6402N/A# The .so files are under ./OpenSSL/64 not ./64/OpenSSL so the 6402N/A# $(PYTHON_VENDOR_PACKAGES) variable for 64bit Python is wrong. 6402N/A# Everything works fine if we just add the 32bit path. 5006N/A# Using nawk for easier test results processing and stripping out the 5006N/A# random portions (like time to complete the tests). 5006N/ACOMPONENT_TEST_TRANSFORMS =
"'/^Running / { print }; /^ERROR: / { print }; /^FAIL: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"