summaryrefslogtreecommitdiffstats
path: root/ci/run_tests.py
diff options
context:
space:
mode:
authorJuha Kosonen <juha.kosonen@nokia.com>2016-05-09 08:10:00 +0000
committerJuha Kosonen <juha.kosonen@nokia.com>2016-05-09 08:10:00 +0000
commit073ca5525f38d7a7c9c67252d1b996e895ff9917 (patch)
tree18def5f8d8efc042da728c3e13638b47cb369b5a /ci/run_tests.py
parent9853b15aeb9367a61bf1613778d0a01722316cb4 (diff)
Fix shebang of python scripts
Change-Id: I8a05fd6fbb0d392a27f354a6b8cacf33073bf17f Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'ci/run_tests.py')
-rw-r--r--ci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
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)
#