Run dotnet watch in non-interactive mode during tests (#17259)
This commit is contained in:
parent
30b3fdf994
commit
12a817b846
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ public class DotNetWatchTests : SmokeTests
|
|||
bool outputChanged = false;
|
||||
|
||||
DotNetHelper.ExecuteCmd(
|
||||
"watch run",
|
||||
"watch run --non-interactive",
|
||||
workingDirectory: projectDirectory,
|
||||
processConfigCallback: processConfigCallback,
|
||||
expectedExitCode: null, // The exit code does not reflect whether or not dotnet watch is working properly
|
||||
|
|
Loading…
Add table
Reference in a new issue