From 9a765e43238a3c88d22e155bacb60cdb4212fa32 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 30 Jun 2020 03:40:54 -0400 Subject: [PATCH] sudo the integration tests to fix MariaDB login --- build/integration_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration_test.sh b/build/integration_test.sh index 33342223ac..a534057c20 100755 --- a/build/integration_test.sh +++ b/build/integration_test.sh @@ -13,7 +13,7 @@ cd tests/Tgstation.Server.Tests dotnet build -c $CONFIG -$HOME/.dotnet/tools/coverlet bin/$CONFIG/netcoreapp3.1/Tgstation.Server.Tests.dll --target "dotnet" --targetargs "test -c $CONFIG --no-build --logger:\"console;noprogress=true\"" --format opencover --output "../../TestResults/integration_test.xml" --include "[Tgstation.Server*]*" --exclude "[Tgstation.Server.Tests*]*" --exclude "[Tgstation.Server.Host]Tgstation.Server.Host.Database.Migrations.*" +sudo $HOME/.dotnet/tools/coverlet bin/$CONFIG/netcoreapp3.1/Tgstation.Server.Tests.dll --target "dotnet" --targetargs "test -c $CONFIG --no-build --logger:\"console;noprogress=true\"" --format opencover --output "../../TestResults/integration_test.xml" --include "[Tgstation.Server*]*" --exclude "[Tgstation.Server.Tests*]*" --exclude "[Tgstation.Server.Host]Tgstation.Server.Host.Database.Migrations.*" cd ../../TestResults