]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Removing merge side effect
authorBimba Shrestha <bimbashrestha@fb.com>
Tue, 29 Oct 2019 16:45:28 +0000 (09:45 -0700)
committerBimba Shrestha <bimbashrestha@fb.com>
Tue, 29 Oct 2019 16:45:28 +0000 (09:45 -0700)
appveyor.yml

index 9958c882df43657e857a3ee55580f86c9f8fdf2c..dd2c02ac48264c05b8bbb637abe3070cabe99af3 100644 (file)
   - ECHO Testing %COMPILER% %PLATFORM% %CONFIGURATION%
   - if [%HOST%]==[mingw] (
       set "CC=%COMPILER%" &&
-      make check &&
-      sh -e playTests.sh --test-large-data
+      make check
     )