secureswitools/swisistools/test/tinterpretsisinteg/api-inst-preq2525-interpretsis-01.bat
equal
deleted
inserted
replaced
|
1 @rem |
|
2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 @rem All rights reserved. |
|
4 @rem This component and the accompanying materials are made available |
|
5 @rem under the terms of the License "Eclipse Public License v1.0" |
|
6 @rem which accompanies this distribution, and is available |
|
7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 @rem |
|
9 @rem Initial Contributors: |
|
10 @rem Nokia Corporation - initial contribution. |
|
11 @rem |
|
12 @rem Contributors: |
|
13 @rem |
|
14 @rem Description: |
|
15 @rem |
|
16 |
|
17 @ECHO OFF |
|
18 REM API-INST-preq2525-interpretsis-01 |
|
19 REM PREQ2525 API-INST-preq2525-interpretsis-01 - Package supports EN and FR Language selected EN and FR |
|
20 |
|
21 if not exist .\cdrive mkdir .\cdrive > NUL |
|
22 if not exist .\romdrive mkdir .\romdrive > NUL |
|
23 |
|
24 |
|
25 REM Remove installation files from any previous tests |
|
26 if exist .\cdrive\Documents\InstTest\devlangsup*.txt del .\cdrive\Documents\InstTest\devlangsup*.txt > NUL |
|
27 |
|
28 call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/devlangsup_defaultlang.sis -k 5.4 -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/preq2525-interpretsis-01/argumentfile.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL |
|
29 |
|
30 IF NOT %errorlevel%==0 GOTO LAST |
|
31 ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness.txt |
|
32 GOTO END |
|
33 :LAST |
|
34 ECHO ***ERRORCODE*** %errorlevel% FAIL>>/epoc32/winscw/c/interpretsis_test_harness.txt |
|
35 :END |