PERFORCE change 134060 for review

John Birrell jb at FreeBSD.org
Thu Jan 24 21:45:58 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134060

Change 134060 by jb at 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 ||


More information about the p4-projects mailing list