Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
ee3d23c0
Commit
ee3d23c0
authored
Mar 19, 2020
by
Nick Mathewson
🏃
Browse files
Appveyor: disable crypto/openssl_version
parent
6bafe97b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
ee3d23c0
...
...
@@ -95,7 +95,7 @@ test_script:
$buildpath = @("C:\msys64\${env:compiler_path}\bin") + $oldpath
$env:Path = $buildpath -join ';'
Set-Location "${env:build}"
Execute-Bash "VERBOSE=1 make -k -j2 check"
Execute-Bash "VERBOSE=1
TOR_SKIP_TESTCASES=crypto/openssl_version
make -k -j2 check"
}
on_finish
:
...
...
changes/ticket33643_part2
0 → 100644
View file @
ee3d23c0
o Testing (CI):
- On appveyor, skip the crypto/openssl_version test, which is failing
because of a mismatched library installation. Fix for 33643.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment