File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310[ ! -x ./examples/client/client ] && printf ' \n\n%s\n' " Client doesn't exist" \
411 && exit 1
512
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# dtlscid.test
411# Copyright wolfSSL 2022-2024
512
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# ocsp-stapling-with-wolfssl-responder.test
411# Tests OCSP stapling using wolfSSL's own ocsp_responder example
512# instead of the OpenSSL ocsp utility.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# ocsp-stapling.test
411# Test requires HAVE_OCSP and HAVE_CERTIFICATE_STATUS_REQUEST
512
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# ocsp-stapling2.test
411# Test requires HAVE_OCSP and HAVE_CERTIFICATE_STATUS_REQUEST_V2
512
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# ocsp-stapling_tls13multi.test
411# Test requires HAVE_OCSP and HAVE_CERTIFICATE_STATUS_REQUEST_V2
512
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# pkcallbacks.test
411
512[ ! -x ./examples/client/client ] && printf ' \n\n%s\n' " Client doesn't exist" \
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# resume.test
411
512# if we can, isolate the network namespace to eliminate port collisions.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ # timeout(1) is GNU coreutils and absent on macOS; where it's missing, run the
4+ # command unbounded (the flaky hang this guards against is Linux-only CI).
5+ if ! command -v timeout > /dev/null 2>&1 ; then
6+ timeout () { while [ " ${1:- } " = " -s" ] || [ " ${1:- } " = " -k" ]; do shift 2; done ; shift ; " $@ " ; }
7+ fi
8+
9+
310# tls13.test
411# Copyright wolfSSL 2016-2021
512
You can’t perform that action at this time.
0 commit comments