From: Sean Purcell Date: Tue, 21 Mar 2017 18:19:48 +0000 (-0700) Subject: Fix msvc fuzzer test runtime X-Git-Tag: v1.2.0^2~93^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad92b5544859eaf4017b800803fdc1de7b728b68;p=thirdparty%2Fzstd.git Fix msvc fuzzer test runtime --- diff --git a/appveyor.yml b/appveyor.yml index 26ad31002..7ffc2c2b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -143,7 +143,7 @@ make -C contrib\pzstd clean ) - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] ( - SET FUZZERTEST=-T1mn && + SET "FUZZERTEST=-T1mn" && CD tests && SET ZSTD=./zstd.exe && sh -e playTests.sh --test-large-data &&