Fixed format issues

pull/6992/head
Yuchen Zeng 9 years ago
parent caca0a15de
commit f95a4898ab
  1. 2
      src/objective-c/tests/build_example_test.sh
  2. 2
      src/objective-c/tests/build_one_example.sh
  3. 4
      tools/run_tests/run_tests.py

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2015, Google Inc.
# Copyright 2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright 2015, Google Inc.
# Copyright 2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

@ -603,8 +603,8 @@ class ObjCLanguage(object):
def test_specs(self):
return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None,
environ=_FORCE_ENVIRON_FOR_WRAPPERS),
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], None,
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
None, environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def pre_build_steps(self):
return []

Loading…
Cancel
Save