Changeset 21385 for trunk/pstamp/scripts/pstamp_parser_run.pl
- Timestamp:
- Feb 6, 2009, 1:10:04 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_parser_run.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_parser_run.pl
r19265 r21385 223 223 $parse_cmd .= " --dbname $dbname" if $dbname; 224 224 225 my $newState = "run"; 225 226 my $fault; 226 227 { … … 248 249 unless ($success) { 249 250 $fault = $error_code >> 8; 251 $newState = "stop"; 250 252 } 251 253 } … … 255 257 # 256 258 { 257 my $command = "$pstamptool -updatereq -req_id $req_id -state run";259 my $command = "$pstamptool -updatereq -req_id $req_id -state $newState"; 258 260 $command .= " -reqType $reqType" if $reqType; 259 261 $command .= " -uri $new_uri" if $new_uri;
Note:
See TracChangeset
for help on using the changeset viewer.
