summaryrefslogtreecommitdiff
path: root/testrunner
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2012-09-11 15:24:25 -0700
committerCraig Mautner <cmautner@google.com>2012-10-19 15:08:05 -0700
commit03034847073ab9979147f17b1d7f2e8dc3995e26 (patch)
tree648ab93f34d760c8d191e9cb1785cb58fdfd8eb5 /testrunner
parent43b41f5298658a5e95410df5ed80f7dea816abd2 (diff)
Fixed runtest to work with python != 2.4
Change-Id: I6104adb5a6549eb4eaa3f2096633a49e4743ce50
Diffstat (limited to 'testrunner')
-rwxr-xr-xtestrunner/runtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/runtest.py b/testrunner/runtest.py
index be944372c..f7a4759a1 100755
--- a/testrunner/runtest.py
+++ b/testrunner/runtest.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.4
+#!/usr/bin/env python
#
# Copyright 2008, The Android Open Source Project
#