Changeset 20256 for trunk/pstamp/scripts/pstamp_finish.pl
- Timestamp:
- Oct 17, 2008, 3:58:39 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r20219 r20256 140 140 # we've included parse_results.txt to the fileset if it exists 141 141 # 142 my $rownum = 1;142 my $rownum = 0; 143 143 my $fault = 42; # get a real error code 144 144 print $tdf "$rownum|$fault|0|0|"; 145 print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0| 0|\n";145 print $tdf "0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|\n"; 146 146 } else { 147 147 my $metadata = $mdcParser->parse($output) or die("Unable to parse metdata config doc");
Note:
See TracChangeset
for help on using the changeset viewer.
