Merge pull request #8143 from oza/run_test_work_with_python3

"/usr/bin/env python" in run_tests.py.
pull/9557/head
Nathaniel Manista 8 years ago committed by GitHub
commit 923e054da4
  1. 2
      tools/run_tests/run_tests.py

@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# All rights reserved.
#

Loading…
Cancel
Save