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 /tests/runner.py | |
parent | 233113e07d42ed104eca9fc134e1e9894bc78305 (diff) | |
parent | ec0e494e6ae1bdc3bd50453963ef73a22f422450 (diff) |
Merge pull request #179 from ehsan/make_runner_executable2
Make runner executable
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x[-rw-r--r--] | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |