]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed versions-test to only test v0.5+ 1329/head
authorYann Collet <cyan@fb.com>
Thu, 20 Sep 2018 21:59:11 +0000 (14:59 -0700)
committerYann Collet <cyan@fb.com>
Thu, 20 Sep 2018 21:59:11 +0000 (14:59 -0700)
since zstd_devel is no longer compatible with v0.4+

tests/test-zstd-versions.py

index f2deac1f28da067aa471bbac6a6b78ea37e59c9e..8e88b869b0d2858e176979068a405b688386859e 100755 (executable)
@@ -213,7 +213,7 @@ if __name__ == '__main__':
     print('Retrieve all release tags :')
     os.chdir(clone_dir)
     alltags = get_git_tags() + [head]
-    tags = [t for t in alltags if t >= 'v0.4.0']
+    tags = [t for t in alltags if t >= 'v0.5.0']
     print(tags)
 
     # Build all release zstd