From: Juha Kosonen Date: Mon, 9 May 2016 08:10:00 +0000 (+0000) Subject: Fix shebang of python scripts X-Git-Tag: colorado.1.0~397 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F13769%2F1;p=functest.git Fix shebang of python scripts Change-Id: I8a05fd6fbb0d392a27f354a6b8cacf33073bf17f Signed-off-by: Juha Kosonen --- diff --git a/ci/prepare_env.py b/ci/prepare_env.py index a861fed86..1a3d495cf 100644 --- a/ci/prepare_env.py +++ b/ci/prepare_env.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) # diff --git a/ci/run_tests.py b/ci/run_tests.py index 9a4ce967c..f30e7b961 100644 --- a/ci/run_tests.py +++ b/ci/run_tests.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env python # # Author: Jose Lausuch (jose.lausuch@ericsson.com) #