We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f342e86 commit 162f550Copy full SHA for 162f550
tests/TenSecondTom.IntegrationTests/Integration/Cli/SetupCommandCliTests.cs
@@ -91,6 +91,7 @@ private Process CreateCliProcess(string arguments)
91
FileName = executablePath,
92
Arguments = arguments,
93
WorkingDirectory = _projectRoot,
94
+ RedirectStandardInput = true, // Prevent blocking on stdin
95
RedirectStandardOutput = true,
96
RedirectStandardError = true,
97
UseShellExecute = false,
0 commit comments