Changeset 27180 for trunk/ippScripts/scripts/camera_exp.pl
- Timestamp:
- Mar 3, 2010, 5:29:07 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
r27062 r27180 243 243 &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code); 244 244 } 245 &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($jpeg1);245 &my_die("Unable to find expected output file: $jpeg1", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($jpeg1); 246 246 } 247 247 … … 258 258 &my_die("Unable to perform ppImage: $error_code", $cam_id, $error_code); 259 259 } 260 &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($jpeg2);260 &my_die("Unable to find expected output file: $jpeg2", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($jpeg2); 261 261 } 262 262 … … 313 313 314 314 if (!$quality) { 315 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless -f $ipprc->file_resolve($fpaObjects);315 &my_die("Unable to find expected output file: $fpaObjects", $cam_id, $PS_EXIT_PROG_ERROR) unless $ipprc->file_exists($fpaObjects); 316 316 317 317 foreach my $outMask (@outMasks) { 318 &my_die("Unable to find expected output file: $outMask", $cam_id, $PS_EXIT_SYS_ERROR) unless -f $ipprc->file_resolve($outMask);318 &my_die("Unable to find expected output file: $outMask", $cam_id, $PS_EXIT_SYS_ERROR) unless $ipprc->file_exists($outMask); 319 319 } 320 320
Note:
See TracChangeset
for help on using the changeset viewer.
