]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests/timestamp
Merge pull request #7087 from phonedph1/dynpool
[thirdparty/pdns.git] / regression-tests / timestamp
1 #!/usr/bin/env bash
2
3 "$@" 2>&1 | ts "[%F %T]"
4
5 exit ${PIPESTATUS[0]}