From: Bimba Shrestha Date: Tue, 29 Oct 2019 16:45:28 +0000 (-0700) Subject: Removing merge side effect X-Git-Tag: v1.4.4~1^2~3^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9eca4b9d40631e87b37a8e31a6a410f3bd6af0;p=thirdparty%2Fzstd.git Removing merge side effect --- diff --git a/appveyor.yml b/appveyor.yml index 9958c882d..dd2c02ac4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -262,6 +262,5 @@ - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION% - if [%HOST%]==[mingw] ( set "CC=%COMPILER%" && - make check && - sh -e playTests.sh --test-large-data + make check )