openenvutils/commandshell/shell/test/scripts/zshtests_auto1.sh
changeset 0 2e3d3ce01487
child 1 0fdb7f6b0309
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 # Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 # Inititalises counters
       
    15 #
       
    16 
       
    17 init()
       
    18 {
       
    19 let totalno=0;
       
    20 let passno=0;
       
    21 let failno=0;
       
    22 }
       
    23 
       
    24 init
       
    25 . ./printtest.sh > printtest.txt
       
    26 . ./sanity_auto.sh > sanity_auto.txt
       
    27 . ./aliastest.sh > aliastest.txt
       
    28 . ./breaktest.sh > breaktest.txt
       
    29 . ./continuetest.sh > continuetest.txt
       
    30 . ./dirstest.sh > dirstest.txt
       
    31 . ./dottest.sh > dottest.txt
       
    32 . ./evaltest.sh > evaltest.txt
       
    33 #. ./exittest.sh
       
    34 . ./functionstest.sh > functionstest.txt
       
    35 . ./pwdtest.sh > pwdtest.txt
       
    36 . ./cdtest1.sh > cdtest1.txt
       
    37 . ./pstest.sh > pstest.txt
       
    38 . ./miniziptest.sh > miniziptest.txt