diff options
-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 |