diff options
author | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-03-01 09:40:48 +0100 |
---|---|---|
committer | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-03-01 09:25:00 +0000 |
commit | 74f826daec9f8d3772f9f8041240eb835a0145bc (patch) | |
tree | 07f6aa345d8c62dfd30dfddd3a26bb4787ccb61e | |
parent | 592ab94bcf0e34fb9a7a04492b017caa3dd4e964 (diff) |
fix for sdnvpn testsuite execution stops abruptly
* updated the recommended shebang line for python intrepreter directive
Change-Id: Icd3023f03c8b5524afcb5d600a9d03749496acea
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
-rw-r--r-- | sdnvpn/test/functest/testcase_12.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnvpn/test/functest/testcase_12.py b/sdnvpn/test/functest/testcase_12.py index ebbb67a..df81f8a 100644 --- a/sdnvpn/test/functest/testcase_12.py +++ b/sdnvpn/test/functest/testcase_12.py @@ -1,4 +1,4 @@ -!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2017 All rights reserved # This program and the accompanying materials |