IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2013, 7:08:09 AM (13 years ago)
Author:
eugene
Message:

make tests more repeatable in different locations

Location:
branches/eam_branches/ipp-20121219/ippToPsps/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test

    • Property svn:ignore set to
      testdata
  • branches/eam_branches/ipp-20121219/ippToPsps/test/fulltest.sh

    r34998 r35000  
    1313# mkgpc1.sh user localhost eam eam
    1414
    15 set mkgpc1 = 0
    16 set initdb = 0
    17 set mkdummy = 0
    18 set initscratch = 0
     15set mkgpc1 = 1
     16set initdb = 1
     17set mkdummy = 1
     18set initscratch = 1
    1919set createqueue = 1
    20 set initbatch = 0
     20set initbatch = 1
     21set onebatch = 1
     22
     23set OUTDIR = "testdata"
    2124set queuename = "test"
    2225
     
    89920
    9093catdir.cam
    91 catdir.cam
     94$OUTDIR/catdir.cam
    92959
    939611
     
    959821
    96991
    97 test
     100$OUTDIR
    981010
    991020
     
    116119endif
    117120
     121if ($onebatch) then
     122  ippjython loader.py $queuename once
     123endif
     124
Note: See TracChangeset for help on using the changeset viewer.