installationservices/switestfw/test/autotesting/anallubbock.bat
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 @echo off
       
    17 v:
       
    18 if not exist "V:\Dev\GT\GT 0176 Dorothy Security\Test\%1\%2\testresults\lubbock" goto usage
       
    19 cd "V:\Dev\GT\GT 0176 Dorothy Security\Test\%1\%2\testresults\lubbock"
       
    20 cd >..\..\lubbocksummary.txt
       
    21 perl "V:\Dev\GT\GT 0176 Dorothy Security\Test\newdigest.pl" >>..\..\lubbocksummary.txt
       
    22 notepad ..\..\lubbocksummary.txt
       
    23 goto end
       
    24 :usage
       
    25 echo USAGE:
       
    26 echo .
       
    27 echo anallubbock "<configuration> <date>"
       
    28 echo anallubbock defects_cedar 20030811
       
    29 echo . 
       
    30 echo Valid configurations are 
       
    31 echo .
       
    32 echo master_beech
       
    33 echo master_cedar
       
    34 echo defects_beech
       
    35 echo defects_cedar
       
    36 echo features_beech
       
    37 echo features_cedar
       
    38 echo integ_beech
       
    39 echo integ_cedar_strong
       
    40 echo integ_cedar_weak
       
    41 
       
    42 :end
       
    43 d: