From: Periyasamy Palanisamy Date: Thu, 1 Mar 2018 08:40:48 +0000 (+0100) Subject: fix for sdnvpn testsuite execution stops abruptly X-Git-Tag: 6.0.0~10 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=74f826daec9f8d3772f9f8041240eb835a0145bc;p=sdnvpn.git fix for sdnvpn testsuite execution stops abruptly * updated the recommended shebang line for python intrepreter directive Change-Id: Icd3023f03c8b5524afcb5d600a9d03749496acea Signed-off-by: Periyasamy Palanisamy --- 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