diff options
author | Romanos Skiadas <rski@intracom-telecom.com> | 2016-09-22 10:23:35 +0300 |
---|---|---|
committer | Romanos Skiadas <rski@intracom-telecom.com> | 2016-09-22 10:24:33 +0300 |
commit | 4f564c6379985fe8c16a50adbb2b0665b71d882e (patch) | |
tree | 69b5cc9150250d35d3a4832f5f0058c186ff9e03 | |
parent | c062e6722ceb15f9c76af2a2e9ec2ac0545e73ce (diff) |
Fix a shebang
Change-Id: Ib0b1a8c1b82c57d76d97520cbc27f043fede1352
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
-rw-r--r-- | test/functest/run_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functest/run_tests.py b/test/functest/run_tests.py index b5eedb5..be2bcb2 100644 --- a/test/functest/run_tests.py +++ b/test/functest/run_tests.py @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/python # # Copyright (c) 2015 All rights reserved # This program and the accompanying materials |