From c2311b64b99bd3a82c8a9a15ea0650b105e4fbc5 Mon Sep 17 00:00:00 2001 From: Rohit Gupta <rohit.gupta@eurecom.fr> Date: Tue, 31 May 2016 22:21:30 +0200 Subject: [PATCH] Gitlab CI: minor fix for bandrich UE config --- cmake_targets/autotests/tools/configure_cots_bandrich_ue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py index d2173d4b61..b8d4d05f01 100755 --- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py +++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py @@ -141,6 +141,7 @@ def send_command (cmd, response, timeout): error = error + ' In function: ' + sys._getframe().f_code.co_name + ': *** Caught exception: ' + str(e.__class__) + " : " + str( e) error = error + traceback.format_exc() print error + time.sleep(1) def start_ue () : -- GitLab