Changeset 28244
- Timestamp:
- Jun 7, 2010, 12:00:05 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r28115 r28244 475 475 my $inverse = $option_mask & $PSTAMP_SELECT_INVERSE; 476 476 477 my $command = "$difftool -dbname $imagedb ";477 my $command = "$difftool -dbname $imagedb -pstamp_order"; 478 478 479 479 my $listrun = 0; … … 482 482 $command .= " -diffskyfile -diff_id $id -skycell_id $skycell_id"; 483 483 } else { 484 $listrun = 1; 484 485 $command .= " -listrun -diff_id $id"; 485 $listrun = 1; 486 # the following is a work around for the problem reported in ticket #1394 487 # 'difftool -listrun returns multiple rows for stack-stack diffs' 488 $command .= " -limit 1"; 486 489 } 487 490 } else { … … 492 495 493 496 my $n = $output ? scalar @$output : 0; 494 if ( !$listrun && ($n > 1)) {497 if ($n > 1) { 495 498 die ("difftool returned an unexpected number of diffskyfiles: $n"); 496 499 } elsif ($n == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
