diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-12 17:08:09 -0500 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2012-01-20 15:07:53 -0500 |
commit | 27ad0f0d01a8f564264e2d16c273ef51369effa7 (patch) | |
tree | f429eba4d36d158c3860e1fbd2d7ad6990c0e132 /tests/runner.py | |
parent | 233113e07d42ed104eca9fc134e1e9894bc78305 (diff) |
Make the test runner script 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 |