From 1940e5baa0310bb6a3090f4a5a3cc832b024f03f Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:48:37 +0100 Subject: make this one executable, it's probably the most used toplevel executable --- test/test_all.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 test/test_all.py (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py old mode 100644 new mode 100755 index 68830b48..bec0c78d --- a/test/test_all.py +++ b/test/test_all.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python2 + import argparse import time import os -- cgit 1.4.1