]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
removed option unsupported by travis
authorYann Collet <cyan@fb.com>
Thu, 15 Sep 2016 15:23:15 +0000 (17:23 +0200)
committerYann Collet <cyan@fb.com>
Thu, 15 Sep 2016 15:23:15 +0000 (17:23 +0200)
tests/Makefile

index 17cf6589e710df38218bf5646071807b77953016..3ce9f317ee7e9de899238326bf8f09ee763090e7 100644 (file)
@@ -154,7 +154,7 @@ clean:
 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU OpenBSD FreeBSD DragonFly))
 HOST_OS = POSIX
 
-valgrindTest: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1
+valgrindTest: VALGRIND = valgrind --leak-check=full --error-exitcode=1
 valgrindTest: zstd datagen fuzzer fullbench zbufftest
        @echo "\n ---- valgrind tests : memory analyzer ----"
        $(VALGRIND) ./datagen -g50M > $(VOID)