Skip to content

Commit

Permalink
Merge pull request #2159 from facebook/visual_playTests
Browse files Browse the repository at this point in the history
Fix playTests.sh
  • Loading branch information
Cyan4973 authored May 22, 2020
2 parents 9fdf5da + 306e922 commit 2992293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 2992293

Please sign in to comment.