From 6b0b2551b600f73432ab0d1a33dd7bf85990c50a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 12 Apr 2018 16:14:19 +0100 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - jjb: xci: xci-run-functest: Escape the 'var' variable Commit 33073c5a3426c1867411db446bc9e5d84d2a7747 ("jjb: xci: xci-run-functest.sh: Ensure env vars are quoted during reload") added support for reloading the OPNFV host environment in a safe way but that didn't work because the internal '$var' variable was not escaped so it was evaluated on the local host instead of the remote one. This fixes the problem by properly escaping the variable. Change-Id: I7c90ae18f77aca076579f70c7c0e9a72aaaad7c8 Signed-off-by: Markos Chandras --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/releng b/docs/submodules/releng index 33073c5a3..b0d627deb 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit 33073c5a3426c1867411db446bc9e5d84d2a7747 +Subproject commit b0d627deb61ef6f6f9381c2e83401853da3999f7 -- cgit 1.2.3-korg