IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 5:46:11 PM (19 years ago)
Author:
jhoblitt
Message:

remove newExp.imfils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/regtest.sh

    r14023 r14037  
    88echo -e "YES\nipp\n\n" | pxadmin -recreate || exit 1
    99
    10 exp_id1=`$inject -newExp -tmp_exp_name t10 -tmp_inst gpc -tmp_telescope ps1 -imfiles 4 -workdir file::///some/path -simple` || exit 1
     10exp_id1=`$inject -newExp -tmp_exp_name t10 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -simple` || exit 1
    1111
    1212for ID in `seq 0 3`; do
     
    1616$inject -updatenewExp -exp_id $exp_id1 -state run
    1717
    18 exp_id2=`$inject -newExp -tmp_exp_name t11 -tmp_inst gpc -tmp_telescope ps1 -imfiles 4 -workdir file::///some/path -simple` || exit 1
     18exp_id2=`$inject -newExp -tmp_exp_name t11 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -simple` || exit 1
    1919
    2020for ID in `seq 0 3`; do
     
    2323
    2424$inject -updatenewExp -exp_id $exp_id2 -state run
     25
    2526
    2627$regtool -pendingimfile || exit 1
Note: See TracChangeset for help on using the changeset viewer.