diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-20 12:19:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-20 12:19:19 -0800 |
commit | efb627d80c4a09d514c538a12162623df5f04113 (patch) | |
tree | 0c3adfeec1f2f7f54003c2e5d016472f2930535a | |
parent | 233113e07d42ed104eca9fc134e1e9894bc78305 (diff) | |
parent | ec0e494e6ae1bdc3bd50453963ef73a22f422450 (diff) |
Merge pull request #179 from ehsan/make_runner_executable2
Make runner executable
-rw-r--r-- | AUTHORS | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/runner.py | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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 |