From: Nick Mathewson Date: Thu, 19 Mar 2020 22:38:18 +0000 (-0400) Subject: Merge branch 'ticket33643_skip_035' into ticket33643_skip_041 X-Git-Tag: tor-0.4.2.8~29^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42ea03eb7f7e380016ed5440697a81cebe731aa1;p=thirdparty%2Ftor.git Merge branch 'ticket33643_skip_035' into ticket33643_skip_041 --- 42ea03eb7f7e380016ed5440697a81cebe731aa1 diff --cc .appveyor.yml index 7e08602fe3,c4f3d99841..7841b963ff --- a/.appveyor.yml +++ b/.appveyor.yml @@@ -95,9 -95,7 +95,9 @@@ test_script $buildpath = @("C:\msys64\${env:compiler_path}\bin") + $oldpath $env:Path = $buildpath -join ';' 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: