Merge pull request #3964 from jtattermusch/sanity_sanity

Use proper shortname for sanity tests
pull/3253/head^2
Nicolas Noble 9 years ago
commit b56b0f14a7
  1. 4
      tools/run_tests/run_tests.py

@ -411,8 +411,8 @@ class ObjCLanguage(object):
class Sanity(object):
def test_specs(self, config, travis):
return [config.job_spec('tools/run_tests/run_sanity.sh', None),
config.job_spec('tools/run_tests/check_sources_and_headers.py', None)]
return [config.job_spec(['tools/run_tests/run_sanity.sh'], None),
config.job_spec(['tools/run_tests/check_sources_and_headers.py'], None)]
def pre_build_steps(self):
return []

Loading…
Cancel
Save