Changeset 177


Ignore:
Timestamp:
12/21/05 17:50:43 (18 years ago)
Author:
thauvin
Message:
  • add one automatic response
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/bin/obsdata

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r175 r177  
    7575sub sub_interactive { 
    7676    my ($oa, $oe) = @_; 
     77    for ($oe->id) { 
     78        /^overwrite$/ && !oe->test_result('dest_exists') and return 1; 
     79    } 
    7780    print $oe->message ."\n"; 
    7881    foreach ($oe->list_test) { 
Note: See TracChangeset for help on using the changeset viewer.