Changeset 28388 for trunk/ippScripts/scripts/automate_stacks.pl
- Timestamp:
- Jun 17, 2010, 11:18:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r28313 r28388 394 394 if ($summit_fault) { 395 395 print STDERR "check_summit_copy: $date $exp_name has summit_fault $summit_fault"; 396 if ( $exp_type ne 'OBJECT') {396 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 397 397 print STDERR " (but I don't care).\n"; 398 398 } … … 404 404 elsif (!$download_state or $download_state eq 'run') { 405 405 print STDERR "check_summit_copy: $date $exp_name has download_state $download_state"; 406 if ( $exp_type ne 'OBJECT') {406 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 407 407 print STDERR " (but I don't care).\n"; 408 408 } … … 414 414 elsif (!$new_state or $new_state eq 'run' ) { 415 415 print STDERR "check_summit_copy: $date $exp_name has new_state $new_state"; 416 if ( $exp_type ne 'OBJECT') {416 if (($exp_type ne 'OBJECT')||($exp_name =~ /^c.*/)) { 417 417 print STDERR " (but I don't care).\n"; 418 418 }
Note:
See TracChangeset
for help on using the changeset viewer.
