From dea67a66ab346294dad9494cc255de10a5ed3ca3 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 28 Aug 2016 16:56:17 -0700 Subject: [PATCH] backward compatibility versions tests start from v0.4.0 --- tests/test-zstd-versions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-zstd-versions.py b/tests/test-zstd-versions.py index 4ee778fe5..a0a179ce6 100755 --- a/tests/test-zstd-versions.py +++ b/tests/test-zstd-versions.py @@ -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