changeset 1052:025de18d652b

tests: make our test runner executable
author Dan Villiom Podlaski Christiansen <dan@cabo.dk>
date Fri, 09 Aug 2013 09:43:20 +0200
parents c41e993f0892
children 04f15d38a500
files tests/run.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
old mode 100644
new mode 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 import optparse
 import os
 import sys