diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-05-30 07:11:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-30 07:11:32 +0000 |
commit | 0141f7562744f127e1a66f064d151e8425a7e758 (patch) | |
tree | 9e17d053b8442fa38ae13c9c146332cdb5faa3e9 /functest/ci | |
parent | ec4af7ba1c4fc88f6f0cc6ee98f27e27b197522e (diff) | |
parent | 7420518318aa3216ff17fbde3d9180b3bd72f78d (diff) |
Merge "Switch shebangs to /usr/bin/env python"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 8317df54..9b64a0ce 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/python -u +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # |