Skip to content
Snippets Groups Projects
Commit 0628894e authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

shorten name

parent 42e302db
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ class CSharpDistribTest(object): ...@@ -86,7 +86,7 @@ class CSharpDistribTest(object):
"""Tests C# NuGet package""" """Tests C# NuGet package"""
def __init__(self, platform, arch, docker_suffix=None, use_dotnet_cli=False): def __init__(self, platform, arch, docker_suffix=None, use_dotnet_cli=False):
self.name = 'csharp_distribtest_%s_%s' % (platform, arch) self.name = 'csharp_%s_%s' % (platform, arch)
self.platform = platform self.platform = platform
self.arch = arch self.arch = arch
self.docker_suffix = docker_suffix self.docker_suffix = docker_suffix
......
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