aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-20 12:19:19 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-20 12:19:19 -0800
commitefb627d80c4a09d514c538a12162623df5f04113 (patch)
tree0c3adfeec1f2f7f54003c2e5d016472f2930535a
parent233113e07d42ed104eca9fc134e1e9894bc78305 (diff)
parentec0e494e6ae1bdc3bd50453963ef73a22f422450 (diff)
Merge pull request #179 from ehsan/make_runner_executable2
Make runner executable
-rw-r--r--AUTHORS1
-rwxr-xr-x[-rw-r--r--]tests/runner.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b89b9eb4..8a46cef7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,5 +12,6 @@ under the licensing terms detailed in LICENSE.
* David Claughton <dave@eclecticdave.com>
* David Yip <yipdw@member.fsf.org>
* Julien Hamaide <julien.hamaide@gmail.com>
+* Ehsan Akhgari <ehsan.akhgari@gmail.com> (copyright owned by Mozilla Foundation)
diff --git a/tests/runner.py b/tests/runner.py
index b8de669e..503458c0 100644..100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
'''
Simple test runner