]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed environment variables 2159/head
authorYann Collet <cyan@fb.com>
Fri, 22 May 2020 01:06:43 +0000 (18:06 -0700)
committerYann Collet <cyan@fb.com>
Fri, 22 May 2020 01:06:43 +0000 (18:06 -0700)
appveyor.yml

index d09a136aeb0a4fe4115133b2c2f3a037bdc6f84a..5d77b31034816866d59f7a47951efc001d17e9c4 100644 (file)
   - SET "FUZZERTEST=-T30s"
   - if [%HOST%]==[visual] if [%CONFIGURATION%]==[Release] (
       CD tests &&
-      SET ZSTD_BIN=zstd.exe &&
-      SET DATAGEN_BIN=datagen.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 &&