IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2007, 10:47:22 AM (19 years ago)
Author:
jhoblitt
Message:

overhaul new* -> raw* table transistions to keep the complete history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/scripts/regtest.sh

    r12259 r13969  
    1111
    1212for ID in `seq 0 3`; do
    13     $inject -newImfile -exp_tag $exp_tag1 -class OTA -class_id $ID -uri file://$ID || exit 1
     13    $inject -newImfile -exp_tag $exp_tag1 -class_id $ID -uri file://$ID || exit 1
    1414done;
     15
     16$inject -updatenewExp -exp_tag $exp_tag1 -state run
    1517
    1618exp_tag2=`$inject -newExp -exp_id t11 -inst gpc -telescope ps1 -imfiles 4 -workdir file::///some/path -simple` || exit 1
    1719
    1820for ID in `seq 0 3`; do
    19     $inject -newImfile -exp_tag $exp_tag2 -class OTA -class_id $ID -uri file://$ID || exit 1
     21    $inject -newImfile -exp_tag $exp_tag2 -class_id $ID -uri file://$ID || exit 1
    2022done;
     23
     24$inject -updatenewExp -exp_tag $exp_tag2 -state run
    2125
    2226$regtool -pendingimfile || exit 1
Note: See TracChangeset for help on using the changeset viewer.