- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/diff_skycell.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/ippScripts/scripts/diff_skycell.pl
r27062 r27517 170 170 $tess_id = $file->{tess_id}; 171 171 } 172 if (defined $skycell_id) { 173 &my_die("Skycell identifiers don't match", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless 174 $file->{skycell_id} eq $skycell_id; 175 } else { 176 $skycell_id = $file->{skycell_id}; 177 } 172 &my_die("Skycell identifiers don't match", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless 173 $file->{skycell_id} eq $skycell_id; 178 174 if (defined $camera) { 179 175 &my_die("Cameras don't match", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $file->{camera} eq $camera; … … 342 338 &my_die("Couldn't find expected output file: $inverseSources", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($inverseSources); 343 339 if ($run_state eq 'new') { 344 &my_die("Couldn't find expected output file: $configuration", $diff_id, $ PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration);340 &my_die("Couldn't find expected output file: $configuration", $diff_id, $skycell_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($configuration); 345 341 } 346 342 }
Note:
See TracChangeset
for help on using the changeset viewer.
