Changeset 27555
- Timestamp:
- Apr 1, 2010, 1:13:01 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/camera_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/camera_exp.pl
r27293 r27555 235 235 &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code); 236 236 } 237 &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_ PROG_ERROR) unless $ipprc->file_exists($jpeg1);237 &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg1); 238 238 } 239 239 … … 250 250 &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code); 251 251 } 252 &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_ PROG_ERROR) unless $ipprc->file_exists($jpeg2);252 &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($jpeg2); 253 253 } 254 254 … … 304 304 305 305 if (!$quality) { 306 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_ PROG_ERROR) unless $ipprc->file_exists($fpaObjects);306 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($fpaObjects); 307 307 308 308 foreach my $outMask (@outMasks) {
Note:
See TracChangeset
for help on using the changeset viewer.
