aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar David Klempner <klempner@imsanet.org>2015-02-02 16:56:46 -0800
committerGravatar David Klempner <klempner@imsanet.org>2015-02-02 17:03:14 -0800
commitf94838b0a31683147c673d37d7904ac9ca7f91d3 (patch)
tree841aa2fc7f14090287ac89cc7a58130c5838fdb3 /tools/run_tests/run_tests.py
parentbff9f49579fa03ff281792c497a17c9edc739f62 (diff)
Make several python scripts explicitly python2.7
I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop.
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 8cc029e3cc..280c3f05cb 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
"""Run tests in parallel."""
import argparse