cryptomgmtlibs/securitytestfw/test/autotesting/useautocfg.bat
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    25 ) ELSE (
    25 ) ELSE (
    26 call perl \epoc32\winscw\c\configchangebats.pl --config ethernetNoCommDB --kernel EKA2 --target winscw --variant UDEB
    26 call perl \epoc32\winscw\c\configchangebats.pl --config ethernetNoCommDB --kernel EKA2 --target winscw --variant UDEB
    27 )
    27 )
    28 GOTO CONFIG_DONE
    28 GOTO CONFIG_DONE
    29 
    29 
    30 
       
    31 :SKIP_WINPCAP
    30 :SKIP_WINPCAP
    32 
    31 
    33 IF NOT EXIST "\usewintap.txt" GOTO SKIP_WINTAP
    32 IF NOT EXIST "\usewintap.txt" GOTO SKIP_WINTAP
    34 IF NOT EXIST "\epoc32\winscw\c\auto_wintap.cfg" GOTO SKIP_WINTAP
    33 IF NOT EXIST "\epoc32\winscw\c\auto_wintap.cfg" GOTO SKIP_WINTAP
    35 attrib -r \epoc32\winscw\c\auto.cfg
    34 attrib -r \epoc32\winscw\c\auto.cfg
    40 
    39 
    41 :SKIP_WINTAP
    40 :SKIP_WINTAP
    42 
    41 
    43 :CONFIG_DONE
    42 :CONFIG_DONE
    44 rem Set up tests using the automatic connection commdb configuration
    43 rem Set up tests using the automatic connection commdb configuration
       
    44 
    45 call \epoc32\release\winscw\udeb\ced -dtextshell -- -i c:\auto.cfg
    45 call \epoc32\release\winscw\udeb\ced -dtextshell -- -i c:\auto.cfg
    46 call \epoc32\release\wins\udeb\ced -dtextshell -- -i c:\auto.cfg
    46 call \epoc32\release\wins\udeb\ced  -dtextshell --  -i c:\auto.cfg
    47