diff options
| author | Aymeric Vincent <aymeric.vincent@cea.fr> | 2017-01-05 16:48:37 +0100 |
|---|---|---|
| committer | Aymeric Vincent <aymeric.vincent@cea.fr> | 2017-01-05 16:48:37 +0100 |
| commit | 1940e5baa0310bb6a3090f4a5a3cc832b024f03f (patch) | |
| tree | e1ab792c966c74faaf1d16b11036af9291d9a21f /test/test_all.py | |
| parent | d78bda6718313adb034d3f7d9639251be54cf2dd (diff) | |
| download | miasm-1940e5baa0310bb6a3090f4a5a3cc832b024f03f.tar.gz miasm-1940e5baa0310bb6a3090f4a5a3cc832b024f03f.zip | |
make this one executable, it's probably the most used toplevel executable
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x[-rw-r--r--] | test/test_all.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index 68830b48..bec0c78d 100644..100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python2 + import argparse import time import os |