]> git.ipfire.org Git - thirdparty/pdns.git/blame - regression-tests/timestamp
auth: switch circleci mssql image
[thirdparty/pdns.git] / regression-tests / timestamp
CommitLineData
f3550a21
KM
1#!/usr/bin/env bash
2
3"$@" 2>&1 | ts "[%F %T]"
4
5exit ${PIPESTATUS[0]}