From a3b914d8b450cb727447ed012392459080299bd2 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 3 Jun 2019 15:32:46 +0900 Subject: [PATCH] Remove code --- BTCPayServer.Tests/docker-entrypoint.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/BTCPayServer.Tests/docker-entrypoint.sh b/BTCPayServer.Tests/docker-entrypoint.sh index 07c1f6366..ad63d1637 100755 --- a/BTCPayServer.Tests/docker-entrypoint.sh +++ b/BTCPayServer.Tests/docker-entrypoint.sh @@ -5,12 +5,3 @@ $FILTERS=" " if [[ "$TEST_FILTERS" ]]; then $FILTERS="--filter $TEST_FILTERS" fi - -dotnet test $FILTERS --no-build -v n -dotnet test --filter ExternalIntegration=ExternalIntegration --no-build -v n -dotnet test --filter Fast=Fast --no-build -dotnet test --filter Selenium=Selenium --no-build -v n -dotnet test --filter Integration=Integration --no-build -v n -if [[ "$TESTS_RUN_EXTERNAL_INTEGRATION" == "true" ]]; then - -fi