Skip to content
Snippets Groups Projects
Commit b56b0f14 authored by Nicolas Noble's avatar Nicolas Noble
Browse files

Merge pull request #3964 from jtattermusch/sanity_sanity

Use proper shortname for sanity tests
parents c0f656a5 e3d6625f
No related branches found
No related tags found
No related merge requests found
...@@ -411,8 +411,8 @@ class ObjCLanguage(object): ...@@ -411,8 +411,8 @@ class ObjCLanguage(object):
class Sanity(object): class Sanity(object):
def test_specs(self, config, travis): def test_specs(self, config, travis):
return [config.job_spec('tools/run_tests/run_sanity.sh', None), return [config.job_spec(['tools/run_tests/run_sanity.sh'], None),
config.job_spec('tools/run_tests/check_sources_and_headers.py', None)] config.job_spec(['tools/run_tests/check_sources_and_headers.py'], None)]
def pre_build_steps(self): def pre_build_steps(self):
return [] return []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment