|
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-08 |
|
19 REM PREQ2525 API-INST-preq2525-interpretsis-08 - Base, SA, PU, SP installation for eqivalent match |
|
20 |
|
21 if not exist .\cdrive mkdir .\cdrive > NUL |
|
22 if not exist .\romdrive mkdir .\romdrive > NUL |
|
23 |
|
24 REM Remove installation files from any previous tests |
|
25 if exist .\cdrive\Documents\InstTest\Equivalent*.txt del .\cdrive\Documents\InstTest\Equivalent*.txt > NUL |
|
26 |
|
27 call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/equivalent_language_nooption.sis -k 5.4 -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/preq2525-interpretsis-08/argumentfile_base.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL |
|
28 call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/equivalent_language_sa_nooption.sis -k 5.4 -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/preq2525-interpretsis-08/argumentfile_sa.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL |
|
29 call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/equivalent_language_pu_nooption.sis -k 5.4 -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/preq2525-interpretsis-08/argumentfile_pu.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL |
|
30 call interpretsis -z .\romdrive -c .\cdrive -s /epoc32/winscw/c/tswi/tsis/data/equivalent_language_sp_nooption.sis -k 5.4 -w info -I /epoc32/winscw/c/tswi/tinterpretsisinteg/preq2525-interpretsis-08/argumentfile_sp.ini -l /epoc32/winscw/c/interpretsis_test_harness.txt > NUL |
|
31 |
|
32 IF NOT %errorlevel%==0 GOTO LAST |
|
33 ECHO ***ERRORCODE*** %errorlevel% PASS>>/epoc32/winscw/c/interpretsis_test_harness.txt |
|
34 GOTO END |
|
35 :LAST |
|
36 ECHO ***ERRORCODE*** %errorlevel% FAIL>>/epoc32/winscw/c/interpretsis_test_harness.txt |
|
37 :END |