summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-20 11:24:51 +1000
committerteor <teor@torproject.org>2020-03-20 11:24:51 +1000
commit3aa855dc6877fc281082e2cdaba242d2cc06430f (patch)
tree3ce663f279c720b9cdfafd634fef39c482db8b25 /.appveyor.yml
parent190cda0e2ba2faa300758f4899a6c28de6886bfc (diff)
parent42ea03eb7f7e380016ed5440697a81cebe731aa1 (diff)
downloadtor-3aa855dc6877fc281082e2cdaba242d2cc06430f.tar.gz
tor-3aa855dc6877fc281082e2cdaba242d2cc06430f.zip
Merge branch 'maint-0.4.1' into maint-0.4.2
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: