From ad0c0d19468248e638843fc7611ce09db156aa0b Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 20 May 2020 22:56:25 -0700 Subject: [PATCH] fixed appveyor long tests playTests changed variable name --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fdc87376c..d09a136ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -169,7 +169,8 @@ - SET "FUZZERTEST=-T30s" - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] ( CD tests && - SET ZSTD=./zstd.exe && + SET ZSTD_BIN=zstd.exe && + SET DATAGEN_BIN=datagen.exe && sh -e playTests.sh --test-large-data && fullbench.exe -i1 && fullbench.exe -i1 -P0 &&