Skip to content

Commit

Permalink
use proper shortname for sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Oct 26, 2015
1 parent 9698e76 commit e3d6625
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 e3d6625

Please sign in to comment.