chiark / gitweb /
Apply OpenSSL exception to Hippotat files
[hippotat.git] / test / capture-log
1 #!/bin/bash
2 # Copyright 2020-2022 Ian Jackson and contributors to Hippotat
3 # SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
4 # There is NO WARRANTY.
5 set -e
6
7 log="$1"; shift
8 mkdir -p tmp
9 "$@" 2>&1 | ts >"$log"