From owner-cvs-all@FreeBSD.ORG Sat Apr 26 03:36:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D02EE106566C; Sat, 26 Apr 2008 03:36:28 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE8DA8FC1C; Sat, 26 Apr 2008 03:36:28 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3Q3aStd085616; Sat, 26 Apr 2008 03:36:28 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3Q3aSX3085615; Sat, 26 Apr 2008 03:36:28 GMT (envelope-from jb) Message-Id: <200804260336.m3Q3aSX3085615@repoman.freebsd.org> From: John Birrell Date: Sat, 26 Apr 2008 03:36:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dtest.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 03:36:28 -0000 jb 2008-04-26 03:36:28 UTC FreeBSD src repository Modified files: cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts dtest.pl Log: * Set the path to perl on FreeBSD. * Use the FreeBSD shell. * On FreeBSD the tests run from the OBJDIR, so output files go there rather than in the source tree like they do on Solaris. * FreeBSD doesn't need a special path to the compiler. Revision Changes Path 1.2 +0 -0 src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl