Makefile revision 3735
744N/A# The contents of this file are subject to the terms of the 744N/A# Common Development and Distribution License (the "License"). 744N/A# You may not use this file except in compliance with the License. 744N/A# See the License for the specific language governing permissions 744N/A# and limitations under the License. 744N/A# When distributing Covered Code, include this CDDL HEADER in each 744N/A# If applicable, add the following below this CDDL HEADER, with the 744N/A# fields enclosed by brackets "[]" replaced with your own identifying 744N/A# information: Portions Copyright [yyyy] [name of copyright owner] 3735N/A# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. 3045N/A# Used to automatically run the Python 2.6 nose tests even though there was 3045N/A# an error found when running one of the Python 2.7 ones. 3045N/A# Save an original copy of the test script to be able to edit it correctly 3045N/A# for each version of Python and build the tests once. 3045N/A# We need to adjust the script that is used to run the tests, to pick the 3045N/A# appropriate nose in the proto area depending upon which version of Python 3045N/A# we are running the tests against. 3735N/A# Note that it is currently not feasible to add master test file(s) for this 3735N/A# component because "chances are you will experience odd, intermittent and 3735N/A# unexplainable failures and errors" when using the multiprocess plug. See: 3735N/A# CR #20470423 has been filed to investigate these failures.