Skip to content
Snippets Groups Projects
Commit 8a9fe2ad authored by Jorge Canizales's avatar Jorge Canizales
Browse files

nit: format ObjC test targets better

So they can be commented out.
parent 72dce2df
No related branches found
No related tags found
No related merge requests found
...@@ -649,14 +649,16 @@ class ObjCLanguage(object): ...@@ -649,14 +649,16 @@ class ObjCLanguage(object):
_check_compiler(self.args.compiler, ['default']) _check_compiler(self.args.compiler, ['default'])
def test_specs(self): def test_specs(self):
return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], return [
self.config.job_spec(['src/objective-c/tests/run_tests.sh'],
timeout_seconds=None, timeout_seconds=None,
shortname='objc-tests', shortname='objc-tests',
environ=_FORCE_ENVIRON_FOR_WRAPPERS), environ=_FORCE_ENVIRON_FOR_WRAPPERS),
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
timeout_seconds=15*60, timeout_seconds=15*60,
shortname='objc-examples-build', shortname='objc-examples-build',
environ=_FORCE_ENVIRON_FOR_WRAPPERS)] environ=_FORCE_ENVIRON_FOR_WRAPPERS),
]
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 to comment