security/nss/tests/libpkix/pkix_tests/store/runTests.sh

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 #!/bin/sh
     2 # 
     3 # This Source Code Form is subject to the terms of the Mozilla Public
     4 # License, v. 2.0. If a copy of the MPL was not distributed with this
     5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6 #
     7 # runTests.sh
     8 #
    10 curdir=`pwd`
    11 cd ../../common
    12 . ./libpkix_init.sh > /dev/null
    13 cd ${curdir}
    15 numtests=0
    16 passed=0
    17 testunit=STORE
    20 ##########
    21 # main
    22 ##########
    24 ParseArgs $*
    26 RunTests <<EOF
    27 pkixutil test_store genericCertStore rev_data/crlchecker ${HOSTDIR}
    28 EOF
    30 totalErrors=$?
    31 html_msg ${totalErrors} 0 "&nbsp;&nbsp;&nbsp;${testunit}: passed ${passed} of ${numtests} tests"
    32 exit ${totalErrors}

mercurial