aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-20 11:25:04 +1000
committerteor <teor@torproject.org>2020-03-20 11:25:04 +1000
commit4bb06cae26f060499168c7f94bc546ed2138945c (patch)
treee15663e1c1f37dcc26a08da55c2553587e1266a9 /.appveyor.yml
parent52b4b7e49209ba37771e3987a11c1be77f963588 (diff)
parenteb2d08a72c165ee941607c1b2cc591fb4b5e631b (diff)
downloadtor-4bb06cae26f060499168c7f94bc546ed2138945c.tar.gz
tor-4bb06cae26f060499168c7f94bc546ed2138945c.zip
Merge branch 'maint-0.4.3'
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 a74c1861c5..1bfd792685 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: