diff options
author | teor <teor@torproject.org> | 2020-03-20 11:24:57 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-20 11:24:57 +1000 |
commit | eb2d08a72c165ee941607c1b2cc591fb4b5e631b (patch) | |
tree | 240206e3a39b4e6f22240c61409865ca5aff80e7 /.appveyor.yml | |
parent | 725efb7c98cfee4bfd610e0f3ef61b1772e53115 (diff) | |
parent | 3aa855dc6877fc281082e2cdaba242d2cc06430f (diff) | |
download | tor-eb2d08a72c165ee941607c1b2cc591fb4b5e631b.tar.gz tor-eb2d08a72c165ee941607c1b2cc591fb4b5e631b.zip |
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 7e08602fe3..7841b963ff 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -97,7 +97,7 @@ test_script: Set-Location "${env:build}" Copy-Item "C:/msys64/${env:compiler_path}/bin/libssp-0.dll" -Destination "${env:build}/src/test" Copy-Item "C:/msys64/${env:compiler_path}/bin/zlib1.dll" -Destination "${env:build}/src/test" - Execute-Bash "VERBOSE=1 make -k -j2 check" + Execute-Bash "VERBOSE=1 TOR_SKIP_TESTCASES=crypto/openssl_version make -k -j2 check" } on_finish: |