From 955958405ab3792b7db0c929ebe53ba11461513e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Fri, 4 Oct 2019 23:59:58 +0200 Subject: [PATCH] Ooops, the .NET Standard test suite actually tested .NET Core --- Capnp.Net.Runtime.Tests/Capnp.Net.Runtime.Tests.Std20.csproj | 3 ++- Capnp.Net.Runtime.Tests/TcpRpcInterop.cs | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Capnp.Net.Runtime.Tests/Capnp.Net.Runtime.Tests.Std20.csproj b/Capnp.Net.Runtime.Tests/Capnp.Net.Runtime.Tests.Std20.csproj index d722dd3..2f47c80 100644 --- a/Capnp.Net.Runtime.Tests/Capnp.Net.Runtime.Tests.Std20.csproj +++ b/Capnp.Net.Runtime.Tests/Capnp.Net.Runtime.Tests.Std20.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net471 false @@ -22,6 +22,7 @@ + diff --git a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs index 5043133..3114d48 100644 --- a/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs +++ b/Capnp.Net.Runtime.Tests/TcpRpcInterop.cs @@ -50,6 +50,7 @@ namespace Capnp.Net.Runtime.Tests string arguments = $"{whichTest} 127.0.0.1:{TcpPort}"; var startInfo = new ProcessStartInfo(path, arguments) { + UseShellExecute = false, RedirectStandardError = true, RedirectStandardOutput = true, RedirectStandardInput = true