diff options
author | Romanos Skiadas <rski@intracom-telecom.com> | 2016-09-22 10:23:35 +0300 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-29 13:25:12 +0000 |
commit | 31d8a2646bebb952a273d37186ceb80e51f18032 (patch) | |
tree | 4340c0f71273068d0dafa97f6201e48a4d8450da /test | |
parent | 31c52533de8cf499e1339258684d4985bc03b9b0 (diff) |
Fix a shebang
Change-Id: Ib0b1a8c1b82c57d76d97520cbc27f043fede1352
Signed-off-by: Romanos Skiadas <rski@intracom-telecom.com>
(cherry picked from commit 4f564c6379985fe8c16a50adbb2b0665b71d882e)
Diffstat (limited to 'test')
-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 |