btcpayserver/BTCPayServer.Tests/docker-entrypoint.sh
2019-06-03 15:36:50 +09:00

10 lines
135 B
Bash
Executable File

#!/bin/sh
set -e
FILTERS=" "
if [[ "$TEST_FILTERS" ]]; then
FILTERS="--filter $TEST_FILTERS"
fi
dotnet test $FILTERS --no-build -v n