diff --git a/scripts/test.ps1 b/scripts/test.ps1 index e556a3a81..5f0f2ab98 100644 --- a/scripts/test.ps1 +++ b/scripts/test.ps1 @@ -177,5 +177,5 @@ if ($CompressOutput) { } # Run the script. -Invoke-Expression ($RunTest + " -Path $($MsQuicTest) " + $TestArguments) Invoke-Expression ($RunTest + " -Path $($MsQuicCoreTest) " + $TestArguments) +Invoke-Expression ($RunTest + " -Path $($MsQuicTest) " + $TestArguments)