aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-03-19 18:38:18 -0400
committerNick Mathewson <nickm@torproject.org>2020-03-19 18:38:18 -0400
commit42ea03eb7f7e380016ed5440697a81cebe731aa1 (patch)
treeda503ca6c3658e6c98aae7c705436f84b2dac107 /.appveyor.yml
parentcb69a5a1184e1b02523308c6d51b0f8f715f064e (diff)
parentee3d23c05a828dc693ead2dcf083c9091d502425 (diff)
downloadtor-42ea03eb7f7e380016ed5440697a81cebe731aa1.tar.gz
tor-42ea03eb7f7e380016ed5440697a81cebe731aa1.zip
Merge branch 'ticket33643_skip_035' into ticket33643_skip_041
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
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: