Files
btcpayserver/BTCPayServer.Tests/docker-entrypoint.sh
nicolas.dorier a3b914d8b4 Remove code
2019-06-03 15:32:46 +09:00

8 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
$FILTERS=" "
if [[ "$TEST_FILTERS" ]]; then
$FILTERS="--filter $TEST_FILTERS"
fi