dbgsrv/coredumpserver/test/automatictests/tcds_kernel/batch/util/maintestexecute.bat
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 rem All rights reserved.
       
     3 rem This component and the accompanying materials are made available
       
     4 rem under the terms of "Eclipse Public License v1.0"
       
     5 rem which accompanies this distribution, and is available
       
     6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 rem
       
     8 rem Initial Contributors:
       
     9 rem Nokia Corporation - initial contribution.
       
    10 rem
       
    11 rem Contributors:
       
    12 rem
       
    13 rem Description:
       
    14 rem
       
    15 
       
    16 @ECHO OFF
       
    17 
       
    18 REM EXECUTE STUFF*******************************************************************
       
    19 ECHO RUN THE CRASHAPP
       
    20 
       
    21 call testdriver run -p armv5 -b udeb -s file:/O:\perforce_root\1700\coredumpserver\personal\test\automatictests\tcds_kernel\group\tcds_kernel.driver#testCDS.testCrashSystem.testCrashPrefetchAbort
       
    22 call sleepandrestart.bat
       
    23 
       
    24 ECHO Run the process crash
       
    25 REM RUN the processcrash script
       
    26 call testdriver run -p armv5 -b udeb -s file:/O:\perforce_root\1700\coredumpserver\personal\test\automatictests\tcds_kernel\group\tcds_kernel.driver#testCDS.testProcessCrash.testProcessHeader
       
    27 
       
    28 ECHO DONE
       
    29 REM ************************************************************************************