Skip to content
Snippets Groups Projects
Commit a0ebce0c authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Remove 'release' suffix from package name (#4014)

parent d83ae6dc
No related branches found
No related tags found
No related merge requests found
...@@ -224,6 +224,10 @@ def test_std(self): ...@@ -224,6 +224,10 @@ def test_std(self):
# Download version # Download version
def test_release(self):
self.check('cbench_release_1.3.0.tar.gz', '1.3.0',
'cbench')
def test_snapshot(self): def test_snapshot(self):
self.check('gts-snapshot-121130', '121130', self.check('gts-snapshot-121130', '121130',
'gts') 'gts')
......
...@@ -258,6 +258,7 @@ def strip_name_suffixes(path, version): ...@@ -258,6 +258,7 @@ def strip_name_suffixes(path, version):
'[._-]std', '[._-]std',
# Download version # Download version
'release',
'snapshot', 'snapshot',
'distrib', 'distrib',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment