-
When building msquic using
results in
|
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jan 26, 2022
Replies: 1 comment 11 replies
-
After looking at the code, this seems to be because you're not invoking the tests via |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
baentsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After looking at the code, this seems to be because you're not invoking the tests via
tests.ps1
. The test code assumes a particular argument that the PowerShell script generates. The easiest way forward will be to install PowerShell and call the tests that way.