Skip to content

Commit

Permalink
Merge pull request grpc#3964 from jtattermusch/sanity_sanity
Browse files Browse the repository at this point in the history
Use proper shortname for sanity tests
  • Loading branch information
nicolasnoble committed Oct 26, 2015
2 parents c0f656a + e3d6625 commit b56b0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ def __str__(self):
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 []
Expand Down

0 comments on commit b56b0f1

Please sign in to comment.