aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-05-30 07:11:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-30 07:11:32 +0000
commit0141f7562744f127e1a66f064d151e8425a7e758 (patch)
tree9e17d053b8442fa38ae13c9c146332cdb5faa3e9 /functest/ci
parentec4af7ba1c4fc88f6f0cc6ee98f27e27b197522e (diff)
parent7420518318aa3216ff17fbde3d9180b3bd72f78d (diff)
Merge "Switch shebangs to /usr/bin/env python"
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py
index 8317df541..9b64a0ce5 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)
#