commit | 35e608fb8f203fcff668e9b915521beece49906e | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Sat Apr 09 16:35:06 2016 -0700 |
committer | Jan Tattermusch <jtattermusch@google.com> | Mon Apr 11 11:09:37 2016 -0700 |
tree | 1d5db6b0daf00011dbed3edc0e1634ea249441c0 | |
parent | 9c3f15c43b3e2b68a239639ef13f50391b98a184 [diff] |
run_tests.py script fixup
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index e2cc3bd..5224497 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py
@@ -522,7 +522,8 @@ 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