-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(zstd): Fix 'zstd' extraction error in test #4651
Conversation
GitHub recommends |
How about adding a |
Just likes |
Yes |
|
Fix Appveyor error caused by wrong
zstd.exe
extraction.Description
zstd
to v1.5.1 and change its 7z extraction param (This is why CI cannot findzstd
)Mock
function in zstd test cases (This is why nested zstd test fails)init.ps1
totest.ps1
)appveyor.yml
totest.ps1
Change condition ofMock Get-AppFilePath
toCI_WINDOWS
so developers could simulate test in CI by setting$env:CI_WINDOWS = $true
and modifying the helper downloading part oftest.ps1
fileMotivation and Context
Relates to #4608 (comment)
How Has This Been Tested?
https://ci.appveyor.com/project/niheaven/scoop/builds/42177522/job/l8b7kyla9deyiohx
Checklist: