#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# Another test is:
# To test after you have installed the resulting package do:
# ......................
# Time: 0.003
#
# OK (22 tests)
# These ARGS override what is set in build.xml
# We patched in test-build into build.xml which is a copy of
# dist but without the depends=populate-dist
# because userland infrasture will handle the build and we
# need to build tests which are also part of the overall softare build.
# Test transforms
# remove everything upto "test" which is build noise
# remove time
'-e "1,/^test/d"' \
'-e "s/.*[Tt]ime.*$$//"'