Changeset 29207
- Timestamp:
- Sep 22, 2010, 3:28:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/ippScripts/scripts/magic_tree.pl
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/20100427/ippScripts/scripts/magic_tree.pl merged eligible /branches/czw_branch/20100519/ippScripts/scripts/magic_tree.pl merged eligible /branches/haf_branches/ipp.20100512/ippScripts/scripts/magic_tree.pl merged eligible /branches/pap/ippScripts/scripts/magic_tree.pl merged eligible /trunk/ippScripts/scripts/magic_tree.pl merged eligible /trunk/PStamp/ippScripts/scripts/magic_tree.pl 19217-23249 /trunk/PStamp/lib/ippScripts/scripts/magic_tree.pl 19217-23249
r27718 r29207 83 83 unless ($success) { 84 84 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 85 &my_die("Unable to perform magictool -inputfile: $error_code", $magic_id, $error_code); 86 } 87 88 my $metadata = $mdcParser->parse(join "", @$stdout_buf) or 85 &my_die("Unable to perform magictool -inputskyfile: $error_code", $magic_id, $error_code); 86 } 87 88 my $magictool_output = join "", @$stdout_buf; 89 # if there is no output from magictool that means that there are no 90 # diffSkyfiles with non-zero quality. Set fault to a special value so 91 # that these magicRuns can be recognized and dropped. 92 &my_die("magictool -inputskyfile returned no output. Inputs are probably all bad quality.", $magic_id, 42) 93 if !$magictool_output; 94 my $metadata = $mdcParser->parse($magictool_output) or 89 95 &my_die("Unable to parse metadata config doc", $magic_id, $PS_EXIT_PROG_ERROR); 90 96 -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
