run_tests.py script fixup

This commit is contained in:
Jan Tattermusch 2016-04-09 16:35:06 -07:00
parent 9c3f15c43b
commit 35e608fb8f
1 changed files with 2 additions and 1 deletions

View File

@ -522,7 +522,8 @@ class CSharpLanguage(object):
else:
cmdline = runtime_cmd + [assembly_file] + nunit_args
specs.append(self.config.job_spec([script_name] + extra_args, None,
specs.append(self.config.job_spec(cmdline,
None,
shortname='csharp.coverage.%s' % assembly,
environ=_FORCE_ENVIRON_FOR_WRAPPERS))
return specs