Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 05:45:56 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134060 for review
Message-ID:  <200801250545.m0P5ju9o076933@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134060

Change 134060 by jb@jb_freebsd1 on 2008/01/25 05:45:29

	Comment out a Solaris-specific path.
	
	We build the test programs from C source in our OBJDIR which is
	the current working directory when the test executes. We don't want
	to dirty up the source tree.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl#6 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl#6 (text+kox) ====

@@ -268,7 +268,7 @@
 # Ensure that $PATH contains a cc(1) so that we can execute the
 # test programs that require compilation of C code.
 #
-$ENV{'PATH'} = $ENV{'PATH'} . ':/ws/onnv-tools/SUNWspro/SS11/bin';
+#$ENV{'PATH'} = $ENV{'PATH'} . ':/ws/onnv-tools/SUNWspro/SS11/bin';
 
 if ($opt_b) {
 	logmsg("badioctl'ing ... ");
@@ -418,7 +418,7 @@
 	}
 
 	$fullname = "$dir/$name";
-	$exe = "$dir/$base.exe";
+	$exe = "./$base.exe";
 	$exe_pid = -1;
 
 	if ($opt_a && ($status != 0 || $tag != 0 || $droptag != 0 ||



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801250545.m0P5ju9o076933>