]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
backward compatibility versions tests start from v0.4.0
authorYann Collet <cyan@fb.com>
Sun, 28 Aug 2016 23:56:17 +0000 (16:56 -0700)
committerYann Collet <cyan@fb.com>
Sun, 28 Aug 2016 23:56:17 +0000 (16:56 -0700)
tests/test-zstd-versions.py

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