Changeset 15387 for trunk/ippScripts/scripts/diff_skycell.pl
- Timestamp:
- Oct 25, 2007, 4:59:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r15376 r15387 172 172 my $outputStats = $outputRoot . '.stats'; 173 173 174 my $traceDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".trace"; # Trace messages 175 my $logDest = 'file:' . $ipprc->file_resolve($outputRoot) . ".log"; # Log messages 174 176 175 177 ### XXX We have to play around some here, because pois can't use Nebulous … … 189 191 $command .= " -sources $templateSources"; 190 192 $command .= " -psf $inputPSF"; 193 $command .= " -tracedest $traceDest -log $logDest"; 191 194 192 195 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
