Changeset 11051
- Timestamp:
- Jan 11, 2007, 3:55:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/phase0_exp.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/phase0_exp.pl
r11049 r11051 77 77 my $ppStats = can_run('ppStats') 78 78 or (warn "can't find ppStats" and $missing_tools = 1); 79 79 80 if ($missing_tools) { 80 81 warn ("Can't find required tools"); 81 &my_die ("",$PS_EXIT_CONFIG_ERROR);82 exit($PS_EXIT_CONFIG_ERROR); 82 83 } 83 84 … … 199 200 unless ($success) { 200 201 warn ("Unable to run phase0 update for $exptag: $error_code"); 201 &my_die ($exptag,$error_code);202 exit($error_code); 202 203 } 203 204 } … … 238 239 my $exit_code = $_[1]; 239 240 if ($exp_tag) { 240 system ("$p0tool - faultexp -exp_tag $exp_tag -code $exit_code");241 system ("$p0tool -addprocessedexp -exp_tag $exp_tag -code $exit_code"); 241 242 } 242 243 exit $exit_code;
Note:
See TracChangeset
for help on using the changeset viewer.
